This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/binutils-gdb.
from 7d2e5095c6 Correction of gdb.dwarf2/pr13961.S adds 0b5500cdd5 Automatic date update in version.in adds 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. new 26f53cd385 Introduce expression::evaluate
The 1 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 | 42 +++++++++ bfd/Makefile.am | 2 +- bfd/Makefile.in | 2 +- bfd/cpu-riscv.c | 123 ++++++++----------------- bfd/cpu-riscv.h | 81 ++++++++++++++++ bfd/elfnn-riscv.c | 35 +++---- bfd/elfxx-riscv.c | 5 +- bfd/elfxx-riscv.h | 12 --- bfd/po/SRC-POTFILES.in | 1 + bfd/version.h | 2 +- bfd/wasm-module.c | 27 ++++-- binutils/ChangeLog | 17 ++++ binutils/dwarf.c | 43 ++++----- binutils/objcopy.c | 5 + 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 | 17 ++++ gas/config/tc-riscv.c | 137 +++++++++++++++++++++++----- gas/testsuite/gas/elf/section28.d | 1 + gdb/ChangeLog | 13 +++ 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/testsuite/ChangeLog | 4 + gdb/testsuite/gdb.arch/i386-biarch-core.exp | 5 + include/ChangeLog | 4 + include/opcode/riscv.h | 69 -------------- ld/ChangeLog | 4 + ld/testplug.c | 5 +- opcodes/ChangeLog | 14 +++ opcodes/riscv-dis.c | 21 +++-- opcodes/riscv-opc.c | 87 ------------------ opcodes/wasm32-dis.c | 26 ++++-- 38 files changed, 599 insertions(+), 392 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