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-lts-defconfig in repository toolchain/ci/binutils-gdb.
from 34d75fb5c4 Check asprintf return value adds e6c3b5bfb4 AArch64: Add pauth core file section adds eed62915fd bfd: xtensa: fix callx relaxation adds 0ef8a082c3 AArch64: Add default reggroups new c763b89433 Use upper case for metasyntactic variables in "help find" new 8d18bf796b Harden readelf's IA64 note display function so that it can h [...] new 7fc0c668f2 Fix a illegal memory access fault when parsing a corrupt MIP [...] new 171375c68e Fix potential illegal memory access by readelf when parsing [...] new 3ca60c57a7 Fix potential illegal memory access by readelf when parsing [...] new 0c95f9ed6c Fix typos in symtab_symbol_info new 56b80d4c4c Automatic date update in version.in new 160eba9301 PowerPC __tls_get_addr arg parsing
The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bfd/ChangeLog | 14 ++++ bfd/elf-bfd.h | 2 + bfd/elf.c | 27 ++++++ bfd/elf32-xtensa.c | 55 +++++++++++++ bfd/version.h | 2 +- binutils/ChangeLog | 25 ++++++ binutils/readelf.c | 142 ++++++++++++++++++++++++++------ binutils/unwind-ia64.c | 68 +++++++-------- gas/config/tc-ppc.c | 92 ++++++++++++--------- gdb/ChangeLog | 14 ++++ gdb/aarch64-tdep.c | 16 ++++ gdb/findcmd.c | 6 +- gdb/symtab.c | 4 +- gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.base/info_qt.exp | 4 +- include/ChangeLog | 4 + include/elf/common.h | 2 + ld/ChangeLog | 8 ++ ld/testsuite/ld-powerpc/tls32.s | 3 +- ld/testsuite/ld-xtensa/call_overflow.d | 7 ++ ld/testsuite/ld-xtensa/call_overflow1.s | 9 ++ ld/testsuite/ld-xtensa/call_overflow2.s | 14 ++++ ld/testsuite/ld-xtensa/call_overflow3.s | 5 ++ ld/testsuite/ld-xtensa/xtensa.exp | 1 + 24 files changed, 420 insertions(+), 108 deletions(-) create mode 100644 ld/testsuite/ld-xtensa/call_overflow.d create mode 100644 ld/testsuite/ld-xtensa/call_overflow1.s create mode 100644 ld/testsuite/ld-xtensa/call_overflow2.s create mode 100644 ld/testsuite/ld-xtensa/call_overflow3.s