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 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 new 68811f8ff8 AArch64: Ensure regcache is reset between tests new e54010f1ae [BINUTILS, AArch64, 1/2] Add new LDGM/STGM instruction new bd7ceb8d26 [BINUTILS, AArch64, 2/2] Update Store Allocation Tag instructions
The 3 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/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 | 9 + ld/scripttempl/elf.sc | 17 +- 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 +- 32 files changed, 2175 insertions(+), 1859 deletions(-)