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 60d4fed4e36 Automatic date update in version.in new 3ba06284d2c RISC-V: Add support for Zimop extension new 8a3ffa71945 RISC-V: Add support for Zcmop extension new 2f1739a348c RISC-V: Add support for XCvBitmanip extension in CV32E40P
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 | 36 ++++-- gas/NEWS | 4 + gas/config/tc-riscv.c | 26 ++++ gas/doc/c-riscv.texi | 17 ++- gas/testsuite/gas/riscv/imply.d | 1 + gas/testsuite/gas/riscv/imply.s | 1 + gas/testsuite/gas/riscv/march-help.l | 7 +- gas/testsuite/gas/riscv/x-cv-bitmanip-fail.d | 3 + gas/testsuite/gas/riscv/x-cv-bitmanip-fail.l | 57 +++++++++ gas/testsuite/gas/riscv/x-cv-bitmanip-fail.s | 56 +++++++++ gas/testsuite/gas/riscv/x-cv-bitmanip.d | 119 ++++++++++++++++++ gas/testsuite/gas/riscv/x-cv-bitmanip.s | 108 ++++++++++++++++ gas/testsuite/gas/riscv/zcmop.d | 16 +++ gas/testsuite/gas/riscv/zcmop.s | 10 ++ gas/testsuite/gas/riscv/zimop.d | 48 +++++++ gas/testsuite/gas/riscv/zimop.s | 43 +++++++ include/opcode/riscv-opc.h | 181 +++++++++++++++++++++++++++ include/opcode/riscv.h | 15 ++- opcodes/riscv-dis.c | 8 ++ opcodes/riscv-opc.c | 71 +++++++++++ 20 files changed, 807 insertions(+), 20 deletions(-) create mode 100644 gas/testsuite/gas/riscv/x-cv-bitmanip-fail.d create mode 100644 gas/testsuite/gas/riscv/x-cv-bitmanip-fail.l create mode 100644 gas/testsuite/gas/riscv/x-cv-bitmanip-fail.s create mode 100644 gas/testsuite/gas/riscv/x-cv-bitmanip.d create mode 100644 gas/testsuite/gas/riscv/x-cv-bitmanip.s create mode 100644 gas/testsuite/gas/riscv/zcmop.d create mode 100644 gas/testsuite/gas/riscv/zcmop.s create mode 100644 gas/testsuite/gas/riscv/zimop.d create mode 100644 gas/testsuite/gas/riscv/zimop.s