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-mainline-allmodconfig in repository toolchain/ci/binutils-gdb.
from 74d877e522 gdb: new function to wrap up executing command line scripts/ [...] adds 257e02d836 Add x86_64 ravenscar support adds f468977aac gdb/testsuite: fix failure in gdb.base/step-over-no-symbols.exp adds 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
No new revisions were added by this update.
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/ChangeLog | 10 + gdb/Makefile.in | 3 + gdb/amd64-ravenscar-thread.c | 150 + gdb/amd64-ravenscar-thread.h | 27 + gdb/amd64-tdep.c | 3 + gdb/configure.tgt | 3 +- gdb/testsuite/ChangeLog | 12 + gdb/testsuite/gdb.base/step-over-no-symbols.exp | 4 +- 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 +- 42 files changed, 3187 insertions(+), 2434 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 create mode 100644 gdb/amd64-ravenscar-thread.c create mode 100644 gdb/amd64-ravenscar-thread.h