This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 4491a7c1aa3 readelf: replace xmalloc with malloc in slurp_relr_relocs new b215cdf5298 RISC-V: Fix inconsistent error message (range) new dd8cc00cac3 RISC-V: Prepare i18n for required ISA extensions new 1176bc3876f RISC-V: Add 'H' to canonical extension ordering new c625f4ed05e RISC-V: Use single h extension to control hypervisor CSRs a [...] new afc41ffb993 RISC-V: Reorder the prefixed extensions which are out of order.
The 5 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/elfxx-riscv.c | 68 +++++--------- gas/config/tc-riscv.c | 12 ++- gas/testsuite/gas/riscv/csr-version-1p10.d | 100 ++++++++++----------- gas/testsuite/gas/riscv/csr-version-1p10.l | 100 ++++++++++----------- gas/testsuite/gas/riscv/csr-version-1p11.d | 100 ++++++++++----------- gas/testsuite/gas/riscv/csr-version-1p11.l | 100 ++++++++++----------- gas/testsuite/gas/riscv/csr-version-1p12.l | 50 +++++++++++ gas/testsuite/gas/riscv/csr-version-1p9p1.d | 100 ++++++++++----------- gas/testsuite/gas/riscv/csr-version-1p9p1.l | 100 ++++++++++----------- gas/testsuite/gas/riscv/h-ext-32.d | 2 +- gas/testsuite/gas/riscv/h-ext-64.d | 2 +- gas/testsuite/gas/riscv/march-fail-order-x-z.d | 3 - gas/testsuite/gas/riscv/march-fail-order-x-z.l | 2 - gas/testsuite/gas/riscv/march-fail-order-x.d | 3 - gas/testsuite/gas/riscv/march-fail-order-x.l | 2 - gas/testsuite/gas/riscv/march-fail-order-z.d | 3 - gas/testsuite/gas/riscv/march-fail-order-z.l | 2 - .../gas/riscv/march-fail-single-prefix-h.d | 3 - gas/testsuite/gas/riscv/march-fail-unknown-h.d | 3 - include/opcode/riscv-opc.h | 50 +++++------ include/opcode/riscv.h | 1 + opcodes/riscv-opc.c | 38 ++++---- 22 files changed, 427 insertions(+), 417 deletions(-) delete mode 100644 gas/testsuite/gas/riscv/march-fail-order-x-z.d delete mode 100644 gas/testsuite/gas/riscv/march-fail-order-x-z.l delete mode 100644 gas/testsuite/gas/riscv/march-fail-order-x.d delete mode 100644 gas/testsuite/gas/riscv/march-fail-order-x.l delete mode 100644 gas/testsuite/gas/riscv/march-fail-order-z.d delete mode 100644 gas/testsuite/gas/riscv/march-fail-order-z.l delete mode 100644 gas/testsuite/gas/riscv/march-fail-single-prefix-h.d delete mode 100644 gas/testsuite/gas/riscv/march-fail-unknown-h.d