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-arm-mainline-allmodconfig in repository toolchain/ci/binutils-gdb.
from edd01d077c Use or1k-darwin host SHARED_LIBADD for *-darwin. adds c22b42ce30 Unsigned integer overflows in readelf checks adds 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 adds c763b89433 Use upper case for metasyntactic variables in "help find" adds 8d18bf796b Harden readelf's IA64 note display function so that it can h [...] adds 7fc0c668f2 Fix a illegal memory access fault when parsing a corrupt MIP [...] adds 171375c68e Fix potential illegal memory access by readelf when parsing [...] adds 3ca60c57a7 Fix potential illegal memory access by readelf when parsing [...] adds 0c95f9ed6c Fix typos in symtab_symbol_info adds 56b80d4c4c Automatic date update in version.in adds 160eba9301 PowerPC __tls_get_addr arg parsing adds 5cacf1c88f Fix illegal memory accesses by readelf when parsing corrupt [...] adds ee2bcb0c35 Disable styling when running in batch mode adds 2d8b68309f Fix typo in "show remotelogfile" docs adds 7557a51431 Document style behavior in batch mode. adds 871f0fc66a Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 20 +++++ bfd/elf-bfd.h | 2 + bfd/elf.c | 27 ++++++ bfd/elf32-nios2.c | 11 ++- bfd/elf32-xtensa.c | 55 ++++++++++++ bfd/version.h | 2 +- binutils/ChangeLog | 47 ++++++++++ binutils/readelf.c | 152 +++++++++++++++++++++++++------ binutils/unwind-ia64.c | 154 +++++++++++++++++++++++--------- gas/config/tc-ppc.c | 92 ++++++++++--------- gdb/ChangeLog | 22 +++++ gdb/NEWS | 2 +- gdb/aarch64-tdep.c | 16 ++++ gdb/doc/ChangeLog | 9 ++ gdb/doc/gdb.texinfo | 7 +- gdb/findcmd.c | 6 +- gdb/main.c | 8 +- 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 + 29 files changed, 570 insertions(+), 127 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