This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/binutils-gdb.
from 37260e0df0 gdb: re-format with black 21.12b0 adds 05f62e0c9a Re: Fix an undefined behaviour in the BFD library's DWARF parser adds 6628ac006d Adjust compare_link_order for unstable qsort adds 4095db4c9c sim: fix mingw builds with replacement gnulib open new 444cc278b9 bfd: unify texi generation rules new 7d554943ba sim: mips/or1k: drop redundant arg to bitsize macro new 23ff54c27d RISC-V: Support svinval extension with frozen version 1.0.
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/doc/Makefile.am | 121 +++++++++------------------------ bfd/doc/Makefile.in | 137 ++++++++++++-------------------------- bfd/dwarf1.c | 8 +-- bfd/elfxx-riscv.c | 3 + gas/testsuite/gas/riscv/svinval.d | 15 +++++ gas/testsuite/gas/riscv/svinval.s | 5 ++ include/opcode/riscv-opc.h | 16 +++++ include/opcode/riscv.h | 1 + ld/ldelfgen.c | 11 +-- opcodes/riscv-opc.c | 7 ++ sim/common/sim-io.c | 4 +- sim/mips/configure | 3 +- sim/mips/configure.ac | 3 +- sim/or1k/configure | 2 +- sim/or1k/configure.ac | 2 +- 15 files changed, 137 insertions(+), 201 deletions(-) create mode 100644 gas/testsuite/gas/riscv/svinval.d create mode 100644 gas/testsuite/gas/riscv/svinval.s