This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from cab5c3b707 gdb/testsuite: fix duplicate test names in gdb.base/index-cache.exp adds 25065fcd19 Fix the windmc program to conform to the behaviour of mc.exe [...] adds e1b5d517d1 ELF: Properly handle section symbols adds e5f3ece2ab [gdb/symtab] Fix name lookup in dw2_map_matching_symbols adds 7ab9679411 [gdb/symtab] Enable ada .gdb_index adds 84df1f9dcb Fix x86 ld testsuite fails with glibc < 2.28 adds 6cff1eab4d Automatic date update in version.in adds 447f6d8627 ia64: Set DF_TEXTREL instead of reltext adds c5a6a07f2a gdb/doc: remove broken links Previous and Up from contents adds ec16513e31 gdb: fix whitespaces in ChangeLog adds d0c4e7802d asan: readelf: process_mips_specific buffer overflow adds fd17d1e695 Re: asan: readelf: process_mips_specific buffer overflow adds 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 [...]
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 18 + bfd/elflink.c | 6 +- bfd/elfnn-ia64.c | 6 +- bfd/pdp11.c | 4 +- bfd/version.h | 2 +- binutils/ChangeLog | 20 + binutils/mclex.c | 38 +- binutils/readelf.c | 138 ++- 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 | 45 +- gdb/c-exp.y | 11 +- gdb/doc/ChangeLog | 9 + gdb/doc/gdb.texinfo | 6 +- gdb/dwarf2/index-write.c | 40 +- gdb/dwarf2/read.c | 64 +- gdb/features/riscv/rebuild-csr-xml.sh | 4 +- gdb/gdbtypes.c | 14 +- gdb/main.c | 9 +- gdb/testsuite/ChangeLog | 33 + gdb/testsuite/gdb.ada/ptype_union.exp | 5 - 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/lib/gdb.exp | 61 +- include/ChangeLog | 18 + include/elf/mips.h | 18 +- include/opcode/aarch64.h | 4 + include/opcode/riscv-opc.h | 435 ++++---- include/opcode/riscv.h | 1 - ld/ChangeLog | 33 + ld/testsuite/ld-elf/linux-x86.exp | 22 +- ld/testsuite/ld-elf/passall.out | 1 + ld/testsuite/ld-elf/pr25749-1.c | 8 +- ld/testsuite/ld-elf/pr25749-2.c | 8 +- ld/testsuite/ld-elf/pr26094-1.ver | 3 + ld/testsuite/ld-elf/pr26094-1a.c | 7 + ld/testsuite/ld-elf/pr26094-1a.rd | 8 + ld/testsuite/ld-elf/pr26094-1b.c | 6 + ld/testsuite/ld-elf/pr26094-1b.rd | 8 + ld/testsuite/ld-elf/pr26094-1c.c | 7 + ld/testsuite/ld-elf/shared.exp | 19 + ld/testsuite/ld-plugin/lto.exp | 50 +- ld/testsuite/lib/ld-lib.exp | 11 +- opcodes/ChangeLog | 27 + opcodes/aarch64-opc.c | 1071 ++++++++------------ opcodes/riscv-opc.c | 1 - 50 files changed, 1322 insertions(+), 1368 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 create mode 100644 ld/testsuite/ld-elf/passall.out create mode 100644 ld/testsuite/ld-elf/pr26094-1.ver create mode 100644 ld/testsuite/ld-elf/pr26094-1a.c create mode 100644 ld/testsuite/ld-elf/pr26094-1a.rd create mode 100644 ld/testsuite/ld-elf/pr26094-1b.c create mode 100644 ld/testsuite/ld-elf/pr26094-1b.rd create mode 100644 ld/testsuite/ld-elf/pr26094-1c.c