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-aarch64-check_binutils in repository toolchain/ci/binutils-gdb.
from 0d6aab7776 RISC-V: PR27200, allow the first input non-ABI binary to be [...] adds b9b204b311 read_leb128 overflow checking adds 089485ff86 h8300 complains about new section defined without attributes adds 22e6d16f9b [PR cli/17290] gdb/doc: Fix show remote interrupt-*. adds afadac6170 Automatic date update in version.in adds 6a780b6766 Fix completion related libstdc++ assert when using -D_GLIBCXX_DEBUG adds 3d73d29e4e RISC-V: Add bfd/cpu-riscv.h to support all spec versions con [...] adds b0e4d2bd9b gdb: add missing full stops in --help adds a364a116f9 ld: remove stray debug fprintf adds acde209241 gdb/testsuite: only run gdb.arch/i386-biarch-core.exp on sui [...] adds 8568422270 Fix a problem merging empty annobin notes on ppc64le targets. adds 26f53cd385 Introduce expression::evaluate adds 668c18f17f Automatic date update in version.in adds 3685de750e binutils: Avoid renaming over existing files adds 0be51eb4c3 pr26548 test adds 2f973f134d Wrong ELF class plugin vs. gcc ld version new 5a9f5403c7 RISC-V: PR27158, fixed UJ/SB types and added CSS/CL/CS types [...] new 8488c357ce amd64-linux-siginfo.c: Adjust include order to avoid gnulib error
The 2 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/ChangeLog | 41 ++++ bfd/Makefile.am | 2 +- bfd/Makefile.in | 2 +- bfd/cpu-riscv.c | 123 ++++------- bfd/cpu-riscv.h | 81 +++++++ bfd/elfnn-riscv.c | 39 ++-- bfd/elfxx-riscv.c | 15 +- bfd/elfxx-riscv.h | 12 -- bfd/po/SRC-POTFILES.in | 1 + bfd/version.h | 2 +- bfd/wasm-module.c | 27 ++- binutils/ChangeLog | 35 +++ binutils/ar.c | 9 +- binutils/arsup.c | 13 +- binutils/bucomm.h | 2 +- binutils/dwarf.c | 43 ++-- binutils/objcopy.c | 47 ++-- binutils/rename.c | 95 +-------- binutils/testsuite/binutils-all/pr26548.d | 13 ++ binutils/testsuite/binutils-all/pr26548.s | 40 ++++ binutils/testsuite/binutils-all/pr26548e.d | 11 + binutils/testsuite/binutils-all/readelf.exp | 53 +++-- gas/ChangeLog | 29 +++ gas/config/tc-riscv.c | 318 ++++++++++++++++++---------- gas/doc/c-riscv.texi | 160 ++++++++------ gas/testsuite/gas/elf/section28.d | 1 + gas/testsuite/gas/riscv/insn.d | 26 ++- gas/testsuite/gas/riscv/insn.s | 24 ++- gdb/ChangeLog | 28 +++ gdb/ada-lang.c | 4 +- gdb/doc/ChangeLog | 6 + gdb/doc/gdb.texinfo | 4 +- gdb/eval.c | 47 ++-- gdb/expression.h | 5 + gdb/main.c | 4 +- gdb/nat/amd64-linux-siginfo.c | 2 +- gdb/riscv-tdep.c | 24 +-- gdb/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.arch/i386-biarch-core.exp | 5 + include/ChangeLog | 9 + include/opcode/riscv.h | 204 +++++++----------- ld/ChangeLog | 11 + ld/testplug.c | 5 +- ld/testsuite/lib/ld-lib.exp | 144 ++++++------- opcodes/ChangeLog | 29 +++ opcodes/riscv-dis.c | 58 ++--- opcodes/riscv-opc.c | 121 ++--------- opcodes/wasm32-dis.c | 26 ++- sim/ChangeLog | 5 + sim/riscv/sim-main.c | 6 +- 50 files changed, 1114 insertions(+), 901 deletions(-) create mode 100644 bfd/cpu-riscv.h create mode 100644 binutils/testsuite/binutils-all/pr26548.d create mode 100644 binutils/testsuite/binutils-all/pr26548.s create mode 100644 binutils/testsuite/binutils-all/pr26548e.d