This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-aarch64-spec2k6-Oz_LTO 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 adds ce12121b63 AArch64: When DF_BIND_NOW don't use TLSDESC GOT value. adds 9bff840e8c PR24435, buffer overflow reading dynamic entries
No new revisions were added by this update.
Summary of changes: ChangeLog | 16 + bfd/ChangeLog | 13 + bfd/elflink.c | 2 +- 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 +- 37 files changed, 2223 insertions(+), 1865 deletions(-) create mode 100644 ld/testsuite/ld-aarch64/tls-relax-gdesc-le-now.d