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 2b79f3761c Remove some variables in favor of using gdb::optional new e17869db99 Catch potential integer overflow in readelf when processing [...] new d096283854 [gdb/testsuite] Fix typo in tcl_version_at_least new a80cf5d88e [gdb/testsuite] Fail in gdb_compile if pie results in non-PI [...] new 23d188c74e Removes support in the ARM assembler for the unsigned varian [...] new 8abfcabcb4 Use _() in calls to build_help new d86bd7cba1 [gdb/testsuite] Run read1 timeout tests with with_read1_time [...] new 580f1034d1 Increase timeout in gdb.mi/list-thread-groups-available.exp new 276cbbdf99 Fix objcopy's note merging capabilities so that they no long [...] new 4ee94178af Add a comment briefly explaining partial symbols new 0b27c27d0d Add block['var'] accessor new b39152b3e5 Automatic date update in version.in new b02c4f1623 PR24873, gcc -flto objects result in --start-group .. --end- [...] new 128bf1fe60 LTO object insertion point
The 13 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/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 | 18 + gdb/NEWS | 3 + gdb/compile/compile.c | 6 +- gdb/doc/ChangeLog | 4 + gdb/doc/python.texi | 7 +- gdb/objfiles.h | 8 +- gdb/printcmd.c | 2 +- gdb/python/py-block.c | 45 +- gdb/stack.c | 8 +- gdb/testsuite/ChangeLog | 31 + 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/lib/gdb.exp | 90 +- gdb/thread.c | 4 +- ld/ChangeLog | 17 + ld/ldlang.c | 78 +- opcodes/ChangeLog | 5 + opcodes/arm-dis.c | 8 +- 37 files changed, 442 insertions(+), 2800 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