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-mainline-defconfig in repository toolchain/ci/binutils-gdb.
from 706d7ce948 asan: leak in bfd_section_from_shdr adds 05862db73f gas: fix symbol value calculation for versioned symbol aliases adds 70237b84c5 Fix compile time warning adds 3a959875ea [PATCH] aarch64: Update missing ChangeLog for AArch64 commits adds b0d0d02bde PowerPC problem building gold with clang adds fd65497db4 [PATCH][GAS] aarch64: Add atomic 64-byte load/store instruct [...] adds f3016d6ce1 Add an option to the archiver to add a section recording lib [...] adds c40907bfe0 [gdb/testsuite] Fix .debug_abbrev terminators adds ad1b5e48d5 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 4 + bfd/version.h | 2 +- binutils/ChangeLog | 20 + binutils/NEWS | 5 + binutils/ar.c | 86 +- binutils/binemul.c | 53 +- binutils/binemul.h | 15 +- binutils/doc/binutils.texi | 19 +- binutils/emul_aix.c | 16 +- binutils/testsuite/binutils-all/ar.exp | 41 + gas/ChangeLog | 104 + gas/NEWS | 3 + gas/config/obj-elf.c | 3 +- gas/config/tc-aarch64.c | 2 + gas/testsuite/gas/aarch64/ls64-invalid.d | 3 + gas/testsuite/gas/aarch64/ls64-invalid.l | 5 + gas/testsuite/gas/aarch64/ls64-invalid.s | 14 + gas/testsuite/gas/aarch64/ls64.s | 40 + gdb/testsuite/ChangeLog | 7 + gdb/testsuite/lib/dwarf.exp | 10 +- gold/ChangeLog | 5 + gold/powerpc.cc | 8 +- include/ChangeLog | 21 + include/opcode/aarch64.h | 4 +- ld/ChangeLog | 5 + ld/emulparams/x86-64-level.sh | 2 +- opcodes/ChangeLog | 64 + opcodes/aarch64-asm-2.c | 686 +++--- opcodes/aarch64-dis-2.c | 3684 +++++++++++++++--------------- opcodes/aarch64-opc-2.c | 32 +- opcodes/aarch64-tbl.h | 18 +- 31 files changed, 2741 insertions(+), 2240 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/ls64-invalid.d create mode 100644 gas/testsuite/gas/aarch64/ls64-invalid.l create mode 100644 gas/testsuite/gas/aarch64/ls64-invalid.s create mode 100644 gas/testsuite/gas/aarch64/ls64.s