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-allyesconfig in repository toolchain/ci/binutils-gdb.
from c72e75a640 Automatic date update in version.in adds 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 [...] new 8abac8031e PR24236, Heap buffer overflow in _bfd_archive_64_bit_slurp_armap
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 | 16 +++ bfd/archive.c | 17 +-- bfd/archive64.c | 10 +- bfd/pei-x86_64.c | 9 +- bfd/version.h | 2 +- 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 | 15 ++ gdb/ada-lang.h | 2 - gdb/ada-tasks.c | 55 ++++--- gdb/ravenscar-thread.c | 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 ++ 23 files changed, 506 insertions(+), 154 deletions(-) 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