This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/gnu-master-arm-spec2k6-O2_LTO in repository toolchain/ci/binutils-gdb.
from 2b4e6a3f4b Fix hex floating point lexing adds 914592f9ff Update documentation for Ada .gdb_index adds e9576b7d68 Automatic date update in version.in adds d8af286fff RISC-V: Drop the privileged spec v1.9 support. adds 453c733fcf RISC-V: Update the rebuild-csr-xml.sh. adds 26783bce15 [gdb/testsuite] Don't abort testrun for invalid command in t [...] new 8c74a764f2 [gdb/testsuite] Don't leak tuiterm.exp spawn override new a29d511281 gdb/testsuite: Prevent globals leaking between test scripts new 8118159c69 [gdbserver] Fix Wlto-type-mismatch for debug_agent
The 3 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 +- gas/ChangeLog | 6 + .../gas/riscv/priv-reg-fail-version-1p9.d | 11 - .../gas/riscv/priv-reg-fail-version-1p9.l | 30 -- gas/testsuite/gas/riscv/priv-reg-version-1p9.d | 257 ------------ gdb/ChangeLog | 4 + gdb/doc/ChangeLog | 4 + gdb/doc/gdb.texinfo | 4 +- gdb/features/riscv/rebuild-csr-xml.sh | 4 +- gdb/testsuite/ChangeLog | 45 +++ gdb/testsuite/gdb.python/tui-window.exp | 2 +- gdb/testsuite/gdb.tui/basic.exp | 2 +- gdb/testsuite/gdb.tui/corefile-run.exp | 2 +- gdb/testsuite/gdb.tui/empty.exp | 2 +- gdb/testsuite/gdb.tui/list-before.exp | 2 +- gdb/testsuite/gdb.tui/list.exp | 2 +- gdb/testsuite/gdb.tui/main.exp | 2 +- gdb/testsuite/gdb.tui/new-layout.exp | 2 +- gdb/testsuite/gdb.tui/regs.exp | 2 +- gdb/testsuite/gdb.tui/resize.exp | 2 +- .../gdb.tui/tui-layout-asm-short-prog.exp | 2 +- gdb/testsuite/gdb.tui/tui-layout-asm.exp | 2 +- gdb/testsuite/gdb.tui/tui-missing-src.exp | 2 +- gdb/testsuite/gdb.tui/winheight.exp | 2 +- gdb/testsuite/lib/gdb.exp | 131 ++++++- gdb/testsuite/lib/pascal.exp | 8 +- gdb/testsuite/lib/tuiterm.exp | 17 +- gdbserver/ax.cc | 2 +- include/ChangeLog | 8 + include/opcode/riscv-opc.h | 435 ++++++++++----------- include/opcode/riscv.h | 1 - opcodes/ChangeLog | 4 + opcodes/riscv-opc.c | 1 - 33 files changed, 455 insertions(+), 547 deletions(-) delete mode 100644 gas/testsuite/gas/riscv/priv-reg-fail-version-1p9.d delete mode 100644 gas/testsuite/gas/riscv/priv-reg-fail-version-1p9.l delete mode 100644 gas/testsuite/gas/riscv/priv-reg-version-1p9.d