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-next-allnoconfig in repository toolchain/ci/binutils-gdb.
from 0dd05d40de Automatic date update in version.in adds af61e84fd2 gold: ensure file_counts_lock is initialized before using adds 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 new ad1b5e48d5 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/ChangeLog | 9 + bfd/elf.c | 8 +- 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 | 14 + gold/fileread.cc | 1 + gold/powerpc.cc | 8 +- gold/testsuite/Makefile.am | 6 + gold/testsuite/Makefile.in | 406 ++-- 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 +- 35 files changed, 2985 insertions(+), 2431 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