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-arm-build_cross in repository toolchain/ci/binutils-gdb.
from 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 adds 5a9f5403c7 RISC-V: PR27158, fixed UJ/SB types and added CSS/CL/CS types [...] adds 8488c357ce amd64-linux-siginfo.c: Adjust include order to avoid gnulib error adds 0257c2ff4f Fix compile time warnings when building riscv assembler.
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 34 +++ 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 +- binutils/ChangeLog | 23 ++ binutils/ar.c | 9 +- binutils/arsup.c | 13 +- binutils/bucomm.h | 2 +- binutils/objcopy.c | 47 ++-- binutils/rename.c | 95 +-------- binutils/testsuite/binutils-all/readelf.exp | 2 +- gas/ChangeLog | 30 +++ gas/config/tc-riscv.c | 318 ++++++++++++++++++---------- gas/doc/c-riscv.texi | 160 ++++++++------ gas/testsuite/gas/riscv/insn.d | 26 ++- gas/testsuite/gas/riscv/insn.s | 24 ++- gdb/ChangeLog | 28 +++ gdb/ada-lang.c | 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 | 22 ++ opcodes/riscv-dis.c | 58 ++--- opcodes/riscv-opc.c | 121 ++--------- sim/ChangeLog | 5 + sim/riscv/sim-main.c | 6 +- 41 files changed, 924 insertions(+), 844 deletions(-) create mode 100644 bfd/cpu-riscv.h