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 bd97e65f874 Automatic date update in version.in new da05b70e568 RISC-V: Add mininal support for z[fdq]inx new de83e5142d0 RISC-V: Add instructions and operand set for z[fdq]inx new 273a32ac656 RISC-V: Add testcases for z[fdq]inx
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/elfxx-riscv.c | 21 +++ gas/config/tc-riscv.c | 4 +- gas/testsuite/gas/riscv/zdinx.d | 41 ++++++ gas/testsuite/gas/riscv/zdinx.s | 33 +++++ gas/testsuite/gas/riscv/zfinx.d | 39 ++++++ gas/testsuite/gas/riscv/zfinx.s | 31 +++++ gas/testsuite/gas/riscv/zqinx.d | 43 ++++++ gas/testsuite/gas/riscv/zqinx.s | 35 +++++ include/opcode/riscv.h | 3 + opcodes/riscv-dis.c | 4 + opcodes/riscv-opc.c | 296 ++++++++++++++++++++-------------------- 11 files changed, 401 insertions(+), 149 deletions(-) create mode 100644 gas/testsuite/gas/riscv/zdinx.d create mode 100644 gas/testsuite/gas/riscv/zdinx.s create mode 100644 gas/testsuite/gas/riscv/zfinx.d create mode 100644 gas/testsuite/gas/riscv/zfinx.s create mode 100644 gas/testsuite/gas/riscv/zqinx.d create mode 100644 gas/testsuite/gas/riscv/zqinx.s