This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/riscv/binutils-integration-branch in repository binutils-gdb.
from f2cfa347098 RISC-V: Support Svinval extensions. new a6e34e86381 RISC-V/extended: Improve the gas/testsuite/gas/riscv/extend [...] new 1292c5ee747 RISC-V/t-head: Add CSRs and opcodes of the T-HEAD XUANTIE CPUs
The 2 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/cpu-riscv.h | 3 + gas/config/tc-riscv.c | 150 +++++- gas/testsuite/gas/riscv/extended/extended.exp | 19 +- gas/testsuite/gas/riscv/extended/thead-csr-list.d | 107 +++++ gas/testsuite/gas/riscv/extended/thead-csr-list.s | 98 ++++ gas/testsuite/gas/riscv/extended/theadc-ext.d | 112 +++++ gas/testsuite/gas/riscv/extended/theadc-ext.s | 115 +++++ gas/testsuite/gas/riscv/extended/theade-ext.d | 62 +++ gas/testsuite/gas/riscv/extended/theade-ext.s | 66 +++ include/opcode/riscv-opc-extended.h | 558 ++++++++++++++++++++++ include/opcode/riscv.h | 23 + opcodes/riscv-dis.c | 53 ++ opcodes/riscv-opc.c | 160 +++++++ 13 files changed, 1507 insertions(+), 19 deletions(-) create mode 100644 gas/testsuite/gas/riscv/extended/thead-csr-list.d create mode 100644 gas/testsuite/gas/riscv/extended/thead-csr-list.s create mode 100644 gas/testsuite/gas/riscv/extended/theadc-ext.d create mode 100644 gas/testsuite/gas/riscv/extended/theadc-ext.s create mode 100644 gas/testsuite/gas/riscv/extended/theade-ext.d create mode 100644 gas/testsuite/gas/riscv/extended/theade-ext.s