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 46e64f73872 Automatic date update in version.in new 00ef37e860d RISC-V: Add Zcmt instructions and csr.
The 1 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 | 6 ++++++ gas/config/tc-riscv.c | 29 +++++++++++++++++++++++++++++ gas/testsuite/gas/riscv/csr-version-1p10.d | 2 ++ gas/testsuite/gas/riscv/csr-version-1p10.l | 4 ++++ gas/testsuite/gas/riscv/csr-version-1p11.d | 2 ++ gas/testsuite/gas/riscv/csr-version-1p11.l | 4 ++++ gas/testsuite/gas/riscv/csr-version-1p12.d | 2 ++ gas/testsuite/gas/riscv/csr-version-1p12.l | 4 ++++ gas/testsuite/gas/riscv/csr.s | 3 +++ gas/testsuite/gas/riscv/march-help.l | 1 + gas/testsuite/gas/riscv/zcmt-fail.d | 3 +++ gas/testsuite/gas/riscv/zcmt-fail.l | 13 +++++++++++++ gas/testsuite/gas/riscv/zcmt-fail.s | 7 +++++++ gas/testsuite/gas/riscv/zcmt.d | 14 ++++++++++++++ gas/testsuite/gas/riscv/zcmt.s | 5 +++++ include/opcode/riscv-opc.h | 12 ++++++++++++ include/opcode/riscv.h | 5 +++++ opcodes/riscv-dis.c | 5 +++++ opcodes/riscv-opc.c | 23 +++++++++++++++++++++++ 19 files changed, 144 insertions(+) create mode 100644 gas/testsuite/gas/riscv/zcmt-fail.d create mode 100644 gas/testsuite/gas/riscv/zcmt-fail.l create mode 100644 gas/testsuite/gas/riscv/zcmt-fail.s create mode 100644 gas/testsuite/gas/riscv/zcmt.d create mode 100644 gas/testsuite/gas/riscv/zcmt.s