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 ef0802cd1f9 gprofng: don't check Elf when file is in archive new 1d458f08431 RISC-V: Support ssctr/smctr extensions with version 1.0. new b4681c2e8a4 RISC-V: Support CFI Zicfiss and Zicfilp instructions and CSR. new 1c618df7130 RISC-V: Use t2 for tail if Zicfilp enabled new 93056786a1a gas/NEWS: Updated risc-v assembler support in 2.44. new 9e2632e5b00 RISC-V: Added lost zcmt in gas imply testcase.
The 5 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 | 11 +++++-- gas/config/tc-riscv.c | 13 +++++--- gas/testsuite/gas/riscv/attribute-14.s | 5 --- gas/testsuite/gas/riscv/attribute-14e.d | 8 ----- gas/testsuite/gas/riscv/csr-dw-regnums.d | 6 ++++ gas/testsuite/gas/riscv/csr-dw-regnums.s | 8 +++++ gas/testsuite/gas/riscv/csr-version-1p10.d | 12 +++++++ gas/testsuite/gas/riscv/csr-version-1p10.l | 24 ++++++++++++++ gas/testsuite/gas/riscv/csr-version-1p11.d | 12 +++++++ gas/testsuite/gas/riscv/csr-version-1p11.l | 24 ++++++++++++++ gas/testsuite/gas/riscv/csr-version-1p12.d | 12 +++++++ gas/testsuite/gas/riscv/csr-version-1p12.l | 24 ++++++++++++++ gas/testsuite/gas/riscv/csr.s | 10 ++++++ gas/testsuite/gas/riscv/imply.d | 3 ++ gas/testsuite/gas/riscv/imply.s | 4 +++ gas/testsuite/gas/riscv/march-help.l | 4 +++ gas/testsuite/gas/riscv/smctr-ssctr.d | 11 +++++++ gas/testsuite/gas/riscv/smctr-ssctr.s | 1 + gas/testsuite/gas/riscv/tail.d | 13 ++++++++ gas/testsuite/gas/riscv/tail.s | 9 +++++ gas/testsuite/gas/riscv/zicfisslp-32.d | 27 +++++++++++++++ gas/testsuite/gas/riscv/zicfisslp-32.s | 32 ++++++++++++++++++ gas/testsuite/gas/riscv/zicfisslp-64.d | 27 +++++++++++++++ gas/testsuite/gas/riscv/zicfisslp-64.s | 32 ++++++++++++++++++ include/opcode/riscv-opc.h | 53 ++++++++++++++++++++++++++++-- include/opcode/riscv.h | 4 +++ opcodes/riscv-opc.c | 51 ++++++++++++++++++++++++++-- 28 files changed, 450 insertions(+), 26 deletions(-) delete mode 100644 gas/testsuite/gas/riscv/attribute-14e.d create mode 100644 gas/testsuite/gas/riscv/smctr-ssctr.d create mode 100644 gas/testsuite/gas/riscv/smctr-ssctr.s create mode 100644 gas/testsuite/gas/riscv/tail.d create mode 100644 gas/testsuite/gas/riscv/tail.s create mode 100644 gas/testsuite/gas/riscv/zicfisslp-32.d create mode 100644 gas/testsuite/gas/riscv/zicfisslp-32.s create mode 100644 gas/testsuite/gas/riscv/zicfisslp-64.d create mode 100644 gas/testsuite/gas/riscv/zicfisslp-64.s