This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-check_cross in repository toolchain/ci/binutils-gdb.
from 904790e24f xcoff dependency list for static libraries adds a4e91c4630 elfedit false "may be used uninitialised" adds 521d4b194f Extend the DWARF decoder to display FORM names when operatin [...] adds a76bf0e55d Fix regexp for development.exp adds 8edca81ece aarch64: Limit Rt register number for LS64 load/store instructions adds 4a3e3e2282 aarch64: Update LS64 feature with system register adds 9372689d72 Add support for the LMBD (left-most bit detect) instruction [...] adds 5cbc0eb01a asan: vms-alpha: stack buffer overflow adds 0541201782 gas: improve reproducibility for stabs debugging data format adds 3e50c9d9c9 Revert delta accidentally applied with commit 9372689d72f902 [...] adds 07bbadc83d Automatic date update in version.in adds 1f57314183 Accept the DW_FORM_ref8 type when parsing DWARF types. adds eb24648c45 Fix gdb.cp/step-and-next-inline.exp with Clang adds 6ff174a727 Prevent inlining in gdb.base/vla-optimized-out.c adds 83100a74a5 Prevent false passes in gdb.base/vla-optimized-out.exp adds 95016fd211 Fix bug in gdb.ada/bias.exp adds ed1afd8666 oops - forgot to include the changelog update for the latest [...] adds 6c51cf513d Move include block to pathstuff.h adds 8e20b4be65 Constify value_nsstring adds caaece0e2f Use "const" more in ax-gdb.c adds baf20f7627 Make internalvar_name return a const char * adds 424171c6f1 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 4 + bfd/version.h | 2 +- bfd/vms-alpha.c | 2 +- binutils/ChangeLog | 21 ++++ binutils/Makefile.am | 2 +- binutils/Makefile.in | 2 +- binutils/dwarf.c | 166 ++++++++++++++++++------- binutils/elfedit.c | 9 +- gas/ChangeLog | 30 +++++ gas/Makefile.am | 2 +- gas/Makefile.in | 2 +- gas/config/obj-elf.c | 3 +- gas/config/tc-aarch64.c | 17 +++ gas/testsuite/gas/aarch64/ls64-invalid.l | 80 +++++++++++- gas/testsuite/gas/aarch64/ls64-invalid.s | 131 +++++++++++++++++++- gas/testsuite/gas/aarch64/ls64.d | 58 +++++++++ gas/testsuite/gas/aarch64/ls64.s | 75 ++++++++---- gas/testsuite/gas/pru/misc.d | 3 + gas/testsuite/gas/pru/misc.s | 3 + gdb/ChangeLog | 16 +++ gdb/ax-gdb.c | 20 +-- gdb/objc-lang.c | 2 +- gdb/objc-lang.h | 2 +- gdb/testsuite/ChangeLog | 21 ++++ gdb/testsuite/gdb.ada/bias.exp | 10 +- gdb/testsuite/gdb.ada/bias/bias.adb | 2 +- gdb/testsuite/gdb.base/vla-optimized-out.c | 4 +- gdb/testsuite/gdb.base/vla-optimized-out.exp | 2 +- gdb/testsuite/gdb.cp/step-and-next-inline.exp | 20 ++- gdb/value.c | 2 +- gdb/value.h | 2 +- gdbsupport/ChangeLog | 6 + gdbsupport/pathstuff.cc | 4 - gdbsupport/pathstuff.h | 4 + include/ChangeLog | 8 ++ include/opcode/aarch64.h | 1 + include/opcode/pru.h | 34 +++--- ld/ChangeLog | 5 + ld/Makefile.am | 2 +- ld/Makefile.in | 2 +- opcodes/ChangeLog | 19 +++ opcodes/aarch64-asm-2.c | 161 ++++++++++++------------ opcodes/aarch64-dis-2.c | 169 +++++++++++++------------- opcodes/aarch64-opc-2.c | 1 + opcodes/aarch64-opc.c | 3 + opcodes/aarch64-tbl.h | 9 +- opcodes/pru-opc.c | 2 + 47 files changed, 834 insertions(+), 311 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/ls64.d