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 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. new ca6afb81ca Automatic date update in version.in new c3bf9dc5aa Include ld-lib.exp from ctf-lib.exp new 4d496013a2 Fail run_dump_test when an error is expected but not seen
The 3 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 | 8 + bfd/elfnn-riscv.c | 34 +- bfd/elfxx-riscv.c | 10 +- bfd/version.h | 2 +- binutils/ChangeLog | 29 ++ 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 +- binutils/testsuite/lib/binutils-common.exp | 686 ++++++++++++++-------------- gas/ChangeLog | 17 + gas/config/tc-riscv.c | 181 ++++---- gas/doc/c-riscv.texi | 160 ++++--- gas/testsuite/gas/riscv/insn.d | 26 +- gas/testsuite/gas/riscv/insn.s | 24 +- gdb/ChangeLog | 22 + 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 | 5 + include/opcode/riscv.h | 135 +++--- ld/ChangeLog | 11 + ld/testplug.c | 5 +- ld/testsuite/lib/ld-lib.exp | 144 +++--- libctf/ChangeLog | 8 + libctf/testsuite/config/default.exp | 1 + libctf/testsuite/lib/ctf-lib.exp | 174 +------ opcodes/ChangeLog | 15 + opcodes/riscv-dis.c | 37 +- opcodes/riscv-opc.c | 34 +- sim/ChangeLog | 5 + sim/riscv/sim-main.c | 6 +- 38 files changed, 970 insertions(+), 1068 deletions(-)