This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-aarch64-spec2k6-Oz_LTO in repository toolchain/ci/binutils-gdb.
from 0b3303472d Automatic date update in version.in adds 26655f5306 Add check for readline support to more GDB tab-completion tests. adds 2252ff3d90 Skip GDB test reconnect-ctrl-c.exp if nointerrupts is set. adds 188a63736c Automatic date update in version.in adds 2b79f3761c Remove some variables in favor of using gdb::optional adds e17869db99 Catch potential integer overflow in readelf when processing [...] adds d096283854 [gdb/testsuite] Fix typo in tcl_version_at_least adds a80cf5d88e [gdb/testsuite] Fail in gdb_compile if pie results in non-PI [...] adds 23d188c74e Removes support in the ARM assembler for the unsigned varian [...] adds 8abfcabcb4 Use _() in calls to build_help adds d86bd7cba1 [gdb/testsuite] Run read1 timeout tests with with_read1_time [...] adds 580f1034d1 Increase timeout in gdb.mi/list-thread-groups-available.exp adds 276cbbdf99 Fix objcopy's note merging capabilities so that they no long [...] adds 4ee94178af Add a comment briefly explaining partial symbols adds 0b27c27d0d Add block['var'] accessor adds b39152b3e5 Automatic date update in version.in adds b02c4f1623 PR24873, gcc -flto objects result in --start-group .. --end- [...] adds 128bf1fe60 LTO object insertion point
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 13 + binutils/objcopy.c | 20 +- binutils/readelf.c | 2 +- gas/ChangeLog | 15 + gas/config/tc-arm.c | 4 +- gas/testsuite/gas/arm/mve-vqdmlah-bad.d | 3 + gas/testsuite/gas/arm/mve-vqdmlah-bad.l | 7 + gas/testsuite/gas/arm/mve-vqdmlah-bad.s | 4 + gas/testsuite/gas/arm/mve-vqdmlah.d | 1354 +------------------- gas/testsuite/gas/arm/mve-vqdmlah.s | 6 +- gas/testsuite/gas/arm/mve-vqdmlash-bad.d | 3 + gas/testsuite/gas/arm/mve-vqdmlash-bad.l | 7 + gas/testsuite/gas/arm/mve-vqdmlash-bad.s | 4 + gas/testsuite/gas/arm/mve-vqdmlash.d | 1354 +------------------- gas/testsuite/gas/arm/mve-vqdmlash.s | 6 +- gdb/ChangeLog | 43 + gdb/NEWS | 3 + gdb/compile/compile.c | 6 +- gdb/doc/ChangeLog | 4 + gdb/doc/python.texi | 7 +- gdb/dwarf2read.c | 77 +- gdb/objfiles.h | 8 +- gdb/printcmd.c | 2 +- gdb/python/py-block.c | 45 +- gdb/stack.c | 8 +- gdb/testsuite/ChangeLog | 42 + gdb/testsuite/gdb.base/help.exp | 54 +- gdb/testsuite/gdb.base/info-macros.exp | 21 +- gdb/testsuite/gdb.cp/nested-types.exp | 11 +- .../gdb.mi/list-thread-groups-available.exp | 13 +- gdb/testsuite/gdb.python/py-block.exp | 5 + gdb/testsuite/gdb.server/reconnect-ctrl-c.exp | 5 + gdb/testsuite/lib/completion-support.exp | 12 +- gdb/testsuite/lib/gdb.exp | 90 +- gdb/thread.c | 4 +- ld/ChangeLog | 17 + ld/ldlang.c | 78 +- opcodes/ChangeLog | 5 + opcodes/arm-dis.c | 8 +- 40 files changed, 522 insertions(+), 2850 deletions(-) create mode 100644 gas/testsuite/gas/arm/mve-vqdmlah-bad.d create mode 100644 gas/testsuite/gas/arm/mve-vqdmlah-bad.l create mode 100644 gas/testsuite/gas/arm/mve-vqdmlah-bad.s create mode 100644 gas/testsuite/gas/arm/mve-vqdmlash-bad.d create mode 100644 gas/testsuite/gas/arm/mve-vqdmlash-bad.l create mode 100644 gas/testsuite/gas/arm/mve-vqdmlash-bad.s