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-Os in repository toolchain/ci/binutils-gdb.
from f0aa30258a PR26107, Compilation failure in pdp11.c adds 928055a369 Fix a compile time warning in the linker testsuite when comp [...] adds 382264181d Run certain ld-plugun lto tests only for ELF adds 14962256b3 [PATCH]: aarch64: Refactor representation of system registers adds a8baf0a32b [gdb/testsuite] Make gdb.base/dbx.exp more robust adds 2f33032a93 Compute proper length for dynamic types of TYPE_CODE_TYPEDEF adds 4412332f4b gdb: add mailing list and IRC information to --help adds 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 [...] adds 8c74a764f2 [gdb/testsuite] Don't leak tuiterm.exp spawn override adds a29d511281 gdb/testsuite: Prevent globals leaking between test scripts adds 8118159c69 [gdbserver] Fix Wlto-type-mismatch for debug_agent
No new revisions were added by this update.
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 | 23 + gdb/c-exp.y | 11 +- gdb/doc/ChangeLog | 4 + gdb/doc/gdb.texinfo | 4 +- gdb/features/riscv/rebuild-csr-xml.sh | 4 +- gdb/gdbtypes.c | 14 +- gdb/main.c | 9 +- gdb/testsuite/ChangeLog | 68 ++ gdb/testsuite/gdb.base/dbx.exp | 35 +- gdb/testsuite/gdb.base/printcmds.exp | 18 +- gdb/testsuite/gdb.base/vla-datatypes.c | 28 +- gdb/testsuite/gdb.base/vla-datatypes.exp | 6 +- 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 | 174 +++- gdb/testsuite/lib/pascal.exp | 8 +- gdb/testsuite/lib/tuiterm.exp | 17 +- gdbserver/ax.cc | 2 +- include/ChangeLog | 13 + include/opcode/aarch64.h | 4 + include/opcode/riscv-opc.h | 435 ++++---- include/opcode/riscv.h | 1 - ld/ChangeLog | 11 + ld/testsuite/ld-elf/pr26094-1b.c | 6 +- ld/testsuite/ld-plugin/lto.exp | 50 +- opcodes/ChangeLog | 27 + opcodes/aarch64-opc.c | 1071 ++++++++------------ opcodes/riscv-opc.c | 1 - 45 files changed, 1139 insertions(+), 1239 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