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-aarch64-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from 350fab5416 Arm/AArch64: Use a single set of Arm register set size defines adds 213fd9faf5 Fix foreach_with_prefix regression adds 0598af4880 Fix TUI use of "has_break" field adds a0b6cbf69d Automatic date update in version.in adds 98602811d8 Kito's 5-part patch set to improve .insn support.
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gas/ChangeLog | 19 +++++ gas/doc/c-riscv.texi | 14 +-- gas/testsuite/gas/riscv/insn.d | 99 ++++++++++++---------- gas/testsuite/gas/riscv/insn.s | 19 +++-- gdb/ChangeLog | 19 +++++ gdb/testsuite/ChangeLog | 6 ++ .../gdb.testsuite/foreach_with_prefix.exp | 98 +++++++++++++++++++++ gdb/testsuite/lib/gdb.exp | 4 +- gdb/tui/tui-data.h | 21 +++-- gdb/tui/tui-disasm.c | 6 -- gdb/tui/tui-source.c | 2 +- gdb/tui/tui-winsource.c | 17 ++-- gdb/tui/tui-winsource.h | 2 +- opcodes/ChangeLog | 9 ++ opcodes/riscv-opc.c | 30 ++++++- 16 files changed, 283 insertions(+), 84 deletions(-) create mode 100644 gdb/testsuite/gdb.testsuite/foreach_with_prefix.exp