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 cf525621820 Automatic date update in version.in new a6ecb18b796 RISC-V: Add support for XCVsimd extension in CV32E40P
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 | 5 + gas/NEWS | 4 +- gas/config/tc-riscv.c | 40 + gas/doc/c-riscv.texi | 5 + gas/testsuite/gas/riscv/march-help.l | 1 + gas/testsuite/gas/riscv/x-cv-simd-fail.d | 3 + gas/testsuite/gas/riscv/x-cv-simd-fail.l | 583 ++++++++++++ gas/testsuite/gas/riscv/x-cv-simd-fail.s | 582 ++++++++++++ gas/testsuite/gas/riscv/x-cv-simd.d | 1508 ++++++++++++++++++++++++++++++ gas/testsuite/gas/riscv/x-cv-simd.s | 1498 +++++++++++++++++++++++++++++ include/opcode/riscv-opc.h | 443 +++++++++ include/opcode/riscv.h | 9 + opcodes/riscv-dis.c | 9 + opcodes/riscv-opc.c | 222 +++++ 14 files changed, 4910 insertions(+), 2 deletions(-) create mode 100644 gas/testsuite/gas/riscv/x-cv-simd-fail.d create mode 100644 gas/testsuite/gas/riscv/x-cv-simd-fail.l create mode 100644 gas/testsuite/gas/riscv/x-cv-simd-fail.s create mode 100644 gas/testsuite/gas/riscv/x-cv-simd.d create mode 100644 gas/testsuite/gas/riscv/x-cv-simd.s