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 3713e829be7 strings: Improve code to detect excessively large minimum s [...] new 1f3fc45bddc RISC-V: Add support for the Zfa extension new e5075707548 binutils: NEWS: announce new RISC-V extensions
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/elfxx-riscv.c | 39 +++++++++++++++ binutils/NEWS | 7 +++ gas/config/tc-riscv.c | 52 ++++++++++++++++++++ gas/doc/c-riscv.texi | 41 ++++++++++++++++ gas/testsuite/gas/riscv/zfa-32.d | 10 ++++ gas/testsuite/gas/riscv/zfa-32.s | 3 ++ gas/testsuite/gas/riscv/zfa-64.d | 10 ++++ gas/testsuite/gas/riscv/zfa-64.s | 3 ++ gas/testsuite/gas/riscv/zfa-fail.d | 3 ++ gas/testsuite/gas/riscv/zfa-fail.l | 12 +++++ gas/testsuite/gas/riscv/zfa-fail.s | 16 ++++++ gas/testsuite/gas/riscv/zfa.d | 89 ++++++++++++++++++++++++++++++++++ gas/testsuite/gas/riscv/zfa.s | 87 +++++++++++++++++++++++++++++++++ include/opcode/riscv-opc.h | 99 ++++++++++++++++++++++++++++++++++++++ include/opcode/riscv.h | 6 +++ opcodes/riscv-dis.c | 16 ++++++ opcodes/riscv-opc.c | 64 ++++++++++++++++++++++++ 17 files changed, 557 insertions(+) create mode 100644 gas/testsuite/gas/riscv/zfa-32.d create mode 100644 gas/testsuite/gas/riscv/zfa-32.s create mode 100644 gas/testsuite/gas/riscv/zfa-64.d create mode 100644 gas/testsuite/gas/riscv/zfa-64.s create mode 100644 gas/testsuite/gas/riscv/zfa-fail.d create mode 100644 gas/testsuite/gas/riscv/zfa-fail.l create mode 100644 gas/testsuite/gas/riscv/zfa-fail.s create mode 100644 gas/testsuite/gas/riscv/zfa.d create mode 100644 gas/testsuite/gas/riscv/zfa.s