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-mainline-defconfig in repository toolchain/ci/binutils-gdb.
from 179f2db0d9 PR24235, Read memory violation in pei-x86_64.c adds 6f2117ba38 Fix a potential deadlock in some older Loongson 3A1000 MIPS [...] adds 98814c6c11 Minor Ada task cleanups adds abaeb15626 Automatic date update in version.in adds 7ae39e2d40 Check whether symbols with MOVW_.ABS relocations require PLT [...] adds 8abac8031e PR24236, Heap buffer overflow in _bfd_archive_64_bit_slurp_armap adds 6caa91b6e5 Fix error message and use-after-free on errors in nested sou [...] adds 7d272a55ca PR24233, Out of memory adds 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 new 0ef8a082c3 AArch64: Add default reggroups
The 1 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 | 36 +++ bfd/archive.c | 17 +- bfd/archive64.c | 10 +- bfd/configure | 6 +- bfd/configure.ac | 6 +- 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 | 14 ++ binutils/objdump.c | 4 +- binutils/readelf.c | 10 +- gas/ChangeLog | 21 ++ gas/NEWS | 5 + gas/config.in | 3 + gas/config/tc-mips.c | 261 ++++++++++++++++----- gas/configure | 27 ++- gas/configure.ac | 18 ++ gas/doc/c-mips.texi | 7 + gdb/ChangeLog | 27 +++ gdb/aarch64-tdep.c | 16 ++ gdb/ada-lang.h | 2 - gdb/ada-tasks.c | 55 +++-- gdb/cli/cli-script.c | 7 +- gdb/ravenscar-thread.c | 2 - gdb/testsuite/ChangeLog | 9 + .../{source-error.gdb => source-error-1.gdb} | 0 gdb/testsuite/gdb.base/source-error.gdb | 6 +- gdb/testsuite/gdb.base/source.exp | 16 +- gdb/top.c | 4 +- gdb/top.h | 2 +- gold/ChangeLog | 11 + gold/aarch64.cc | 11 + gold/testsuite/Makefile.am | 20 ++ gold/testsuite/Makefile.in | 121 ++++++---- gold/testsuite/aarch64_pr23870_bar.c | 6 + gold/testsuite/aarch64_pr23870_foo.c | 6 + gold/testsuite/aarch64_pr23870_main.S | 15 ++ include/ChangeLog | 4 + include/elf/common.h | 2 + ld/ChangeLog | 8 + 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 + 47 files changed, 749 insertions(+), 179 deletions(-) copy gdb/testsuite/gdb.base/{source-error.gdb => source-error-1.gdb} (100%) create mode 100644 gold/testsuite/aarch64_pr23870_bar.c create mode 100644 gold/testsuite/aarch64_pr23870_foo.c create mode 100644 gold/testsuite/aarch64_pr23870_main.S 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