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-defconfig in repository toolchain/ci/binutils-gdb.
from b05971a652 PR24427, bfd/doc/chew.c reads uninitialized memory and subtr [...] adds bf227d6105 Remove some uses of "object_files" adds ee3711344b Fix a couple of comments adds e9ad22ee5f Introduce a separate debug objfile iterator adds c1202057eb Pull in patch for libiberty that fixes a stack exhaustion bu [...] adds e7f0831be8 Automatic date update in version.in adds 3f52fdbcb5 Fix amd64->i386 linux syscall restart problem adds 795e3bb7de ld: Don't define __rel[a]_iplt_start/__rel[a]_iplt_end in PIE adds 68811f8ff8 AArch64: Ensure regcache is reset between tests adds e54010f1ae [BINUTILS, AArch64, 1/2] Add new LDGM/STGM instruction adds bd7ceb8d26 [BINUTILS, AArch64, 2/2] Update Store Allocation Tag instructions new ce12121b63 AArch64: When DF_BIND_NOW don't use TLSDESC GOT value.
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: ChangeLog | 16 + bfd/ChangeLog | 7 + bfd/elfnn-aarch64.c | 13 +- bfd/version.h | 2 +- gas/ChangeLog | 17 + gas/config/tc-aarch64.c | 2 + gas/testsuite/gas/aarch64/armv8_5-a-memtag.d | 52 +- gas/testsuite/gas/aarch64/armv8_5-a-memtag.s | 12 +- gas/testsuite/gas/aarch64/illegal-memtag.l | 16 +- gas/testsuite/gas/aarch64/illegal-memtag.s | 18 +- gdb/ChangeLog | 43 + gdb/aarch64-tdep.c | 2 + gdb/amd64-linux-nat.c | 69 +- gdb/gdbserver/ChangeLog | 5 + gdb/gdbserver/linux-x86-low.c | 13 + gdb/ia64-tdep.c | 3 +- gdb/minsyms.c | 31 +- gdb/objfiles.c | 77 +- gdb/objfiles.h | 68 +- gdb/symfile.c | 9 +- gdb/symtab.c | 12 +- gdb/trad-frame.c | 21 +- gdb/trad-frame.h | 3 + include/ChangeLog | 4 + include/opcode/aarch64.h | 1 + ld/ChangeLog | 15 + ld/scripttempl/elf.sc | 17 +- ld/testsuite/ld-aarch64/aarch64-elf.exp | 1 + ld/testsuite/ld-aarch64/tls-relax-gdesc-le-now.d | 19 + libiberty/cp-demangle.c | 48 +- opcodes/ChangeLog | 20 + opcodes/aarch64-asm-2.c | 743 +++--- opcodes/aarch64-dis-2.c | 2645 +++++++++++----------- opcodes/aarch64-opc-2.c | 31 +- opcodes/aarch64-opc.c | 2 + opcodes/aarch64-tbl.h | 23 +- 36 files changed, 2216 insertions(+), 1864 deletions(-) create mode 100644 ld/testsuite/ld-aarch64/tls-relax-gdesc-le-now.d