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-next-defconfig in repository toolchain/ci/binutils-gdb.
from 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 adds 2ecde2b632 Fix spelling mistakes in binutils testsuite. adds b83b4b1382 [BINUTILS, AArch64] Enable Transactional Memory Extension new e37f3ecd59 Automatic date update in version.in
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/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 | 10 + gdb/ada-lang.c | 21 +- gdb/testsuite/ChangeLog | 21 + 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 + 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 + 29 files changed, 1423 insertions(+), 1152 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