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 42878336131 Re: aarch64: Add some DT_RELR ld tests new af38c6367ff RISC-V: Add support for Zfbfmin extension new d9c14a8744b RISC-V: Add support for Zvfbfmin extension new 0b4595be3f0 RISC-V: Add support for Zvfbfwma extension
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 | 19 +++++++++++++++++++ gas/NEWS | 6 ++++++ gas/testsuite/gas/riscv/march-help.l | 3 +++ gas/testsuite/gas/riscv/zfbfmin.d | 11 +++++++++++ gas/testsuite/gas/riscv/zfbfmin.s | 6 ++++++ gas/testsuite/gas/riscv/zvfbfmin.d | 12 ++++++++++++ gas/testsuite/gas/riscv/zvfbfmin.s | 7 +++++++ gas/testsuite/gas/riscv/zvfbfwma.d | 12 ++++++++++++ gas/testsuite/gas/riscv/zvfbfwma.s | 7 +++++++ include/opcode/riscv-opc.h | 24 ++++++++++++++++++++++++ include/opcode/riscv.h | 3 +++ opcodes/riscv-opc.c | 13 +++++++++++++ 12 files changed, 123 insertions(+) create mode 100644 gas/testsuite/gas/riscv/zfbfmin.d create mode 100644 gas/testsuite/gas/riscv/zfbfmin.s create mode 100644 gas/testsuite/gas/riscv/zvfbfmin.d create mode 100644 gas/testsuite/gas/riscv/zvfbfmin.s create mode 100644 gas/testsuite/gas/riscv/zvfbfwma.d create mode 100644 gas/testsuite/gas/riscv/zvfbfwma.s