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-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from 2ff0a94739 Fix "catch exception" with dynamic linking adds 8ed5b76ea2 (Windows) fix thr != nullptr assert failure in delete_thread_1 adds ab4ee6147e gdb/windows-nat.c: Get rid of main_thread_id global adds 15f18d1467 Support DW_FORM_strx1, _strx2, _strx3, _strx4 forms. adds 640c50672c Automatic date update in version.in adds b70bfc540d [gdb/testsuite] Use cc-with-tweaks.exp in dwarf4-gdb-index.exp adds f59f30f557 [gdb/testsuite] Fix "unable to find usable gdb" error with c [...] adds 25a0274483 Change nm so that when it is running in POSIX compatible mod [...] adds d48e62f4a2 Fix big-endian aggregate assignment in Ada adds 4504bbdec5 Fix bug in assignment to nested packed structure new 2ecde2b632 Fix spelling mistakes in binutils testsuite. new b83b4b1382 [BINUTILS, AArch64] Enable Transactional Memory Extension
The 2 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/version.h | 2 +- binutils/ChangeLog | 20 + binutils/nm.c | 95 +- binutils/testsuite/binutils-all/compress.exp | 2 +- binutils/testsuite/binutils-all/nm.exp | 18 + binutils/testsuite/binutils-all/objdump.exp | 2 +- gas/ChangeLog | 12 + gas/config/tc-aarch64.c | 3 + gas/doc/c-aarch64.texi | 2 + gas/testsuite/gas/aarch64/tme-invalid.d | 4 + gas/testsuite/gas/aarch64/tme-invalid.l | 26 + gas/testsuite/gas/aarch64/tme-invalid.s | 28 + gas/testsuite/gas/aarch64/tme.d | 22 + gas/testsuite/gas/aarch64/tme.s | 14 + gdb/ChangeLog | 32 + gdb/ada-lang.c | 21 +- gdb/dwarf2read.c | 50 +- gdb/testsuite/ChangeLog | 25 + gdb/testsuite/boards/cc-with-tweaks.exp | 5 + gdb/testsuite/boards/dwarf4-gdb-index.exp | 22 +- gdb/testsuite/gdb.ada/packed_array_assign.exp | 8 + .../gdb.ada/packed_array_assign/aggregates.ads | 7 + gdb/testsuite/lib/dwarf.exp | 4 + gdb/windows-nat.c | 15 +- include/ChangeLog | 5 + include/opcode/aarch64.h | 4 +- opcodes/ChangeLog | 13 + opcodes/aarch64-asm-2.c | 275 +-- opcodes/aarch64-dis-2.c | 1895 ++++++++++---------- opcodes/aarch64-opc-2.c | 19 +- opcodes/aarch64-opc.c | 2 + opcodes/aarch64-tbl.h | 18 + 32 files changed, 1505 insertions(+), 1165 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/tme-invalid.d create mode 100644 gas/testsuite/gas/aarch64/tme-invalid.l create mode 100644 gas/testsuite/gas/aarch64/tme-invalid.s create mode 100644 gas/testsuite/gas/aarch64/tme.d create mode 100644 gas/testsuite/gas/aarch64/tme.s