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-stable-allnoconfig in repository toolchain/ci/binutils-gdb.
from 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 adds e37f3ecd59 Automatic date update in version.in new 2cdc1a970d Treat the .gnu.debuglink and .gnu.debugaltlink sections as d [...] new b8c05e85ef Remove _initialize_valarith
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/ChangeLog | 6 + bfd/coffcode.h | 5 + bfd/version.h | 2 +- binutils/ChangeLog | 6 + binutils/testsuite/binutils-all/compress.exp | 2 +- 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 | 4 + gdb/valarith.c | 5 - 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 + 24 files changed, 1279 insertions(+), 1095 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