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 3ae9ce5dd7 Special case NULL when using printf's %s format new 0e35537d75 RISC-V: Add .insn support. new 399912428d Missing testcase files for last commit.
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: gas/ChangeLog | 19 ++ gas/config/tc-riscv.c | 440 ++++++++++++++++++++++++++++++++++++++--- gas/doc/c-riscv.texi | 241 ++++++++++++++++++++++ gas/testsuite/gas/riscv/insn.d | 51 +++++ gas/testsuite/gas/riscv/insn.s | 39 ++++ include/ChangeLog | 14 ++ include/opcode/riscv.h | 21 ++ opcodes/ChangeLog | 4 + opcodes/riscv-opc.c | 74 +++++++ 9 files changed, 876 insertions(+), 27 deletions(-) create mode 100644 gas/testsuite/gas/riscv/insn.d create mode 100644 gas/testsuite/gas/riscv/insn.s