This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from e0b989a6d7 gas: support .half, .word and .dword directives in eBPF adds f264fab3cd Automatic date update in version.in adds d0044bac9e gas: .lcomm gets an alignment argument in eBPF adds 0b1474281c [PowerPC64] correct tprel offset limit adds b00a0a86c4 [PowerPC] Rename TLS_TPRELGD to TLS_GDIE adds 46e9995a20 [PowerPC64] Don't store TLS_EXPLICIT in tls_mask adds 71c4e95abe [PowerPC64] Use STN_UNDEF internally for edited relocs adds 54d7dae59a ld -r: Don't merge with member of output section group adds cd215b2eb7 Constify main_name adds afe09f0b63 Fix for using named pipes on Windows adds 12a0b67d28 libctf: introduce ctf_func_type_{info,args}, ctf_type_aname_raw adds 6cbb8e87ee Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 27 ++++++++++++++ bfd/elf32-ppc.c | 22 +++++------ bfd/elf64-ppc.c | 85 ++++++++++++++----------------------------- bfd/version.h | 2 +- gas/ChangeLog | 6 +++ gas/config/tc-bpf.c | 3 +- gdb/ChangeLog | 10 +++++ gdb/symfile.c | 2 +- gdb/symtab.c | 6 ++- gdb/symtab.h | 7 +--- gdb/top.c | 18 ++++----- include/ChangeLog | 7 ++++ include/ctf-api.h | 5 ++- ld/ChangeLog | 8 ++++ ld/emultempl/elf32.em | 9 +++-- ld/testsuite/ld-elf/pr24819.d | 8 ++++ ld/testsuite/ld-elf/pr24819.s | 4 ++ libctf/ChangeLog | 8 ++++ libctf/ctf-error.c | 2 +- libctf/ctf-lookup.c | 2 +- libctf/ctf-types.c | 85 +++++++++++++++++++++++++++++++++++++++++++ 21 files changed, 230 insertions(+), 96 deletions(-) create mode 100644 ld/testsuite/ld-elf/pr24819.d create mode 100644 ld/testsuite/ld-elf/pr24819.s