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 cd6b05c1b23 Automatic date update in version.in new 729a53530e8 RISC-V: Control fence.i and csr instructions by zifencei an [...] new 8152e0407c2 RISC-V: Dump CSR according to the elf privileged spec attributes. new c2137f55ad0 RISC-V: Add sext.[bh] and zext.[bhw] pseudo instructions.
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/ChangeLog | 12 +++++ bfd/elfxx-riscv.c | 59 ++++++++++++++-------- gas/ChangeLog | 31 ++++++++++++ gas/config/tc-riscv.c | 47 +++++++++++++++-- gas/testsuite/gas/riscv/ext-32.d | 39 ++++++++++++++ gas/testsuite/gas/riscv/ext-64.d | 51 +++++++++++++++++++ gas/testsuite/gas/riscv/ext.s | 38 ++++++++++++++ gas/testsuite/gas/riscv/march-imply-i.s | 24 +++++++++ .../{march-imply-i2p0.d => march-imply-i2p0-01.d} | 3 +- gas/testsuite/gas/riscv/march-imply-i2p0-02.d | 7 +++ gas/testsuite/gas/riscv/march-imply-i2p1-01.d | 3 ++ gas/testsuite/gas/riscv/march-imply-i2p1-01.l | 21 ++++++++ gas/testsuite/gas/riscv/march-imply-i2p1-02.d | 7 +++ gas/testsuite/gas/riscv/march-imply-i2p1.d | 6 --- include/ChangeLog | 8 +++ include/opcode/riscv.h | 10 +++- opcodes/ChangeLog | 20 ++++++++ opcodes/disassemble.c | 2 +- opcodes/disassemble.h | 1 + opcodes/riscv-dis.c | 37 ++++++++++++-- opcodes/riscv-opc.c | 45 +++++++++-------- 21 files changed, 414 insertions(+), 57 deletions(-) create mode 100644 gas/testsuite/gas/riscv/ext-32.d create mode 100644 gas/testsuite/gas/riscv/ext-64.d create mode 100644 gas/testsuite/gas/riscv/ext.s create mode 100644 gas/testsuite/gas/riscv/march-imply-i.s rename gas/testsuite/gas/riscv/{march-imply-i2p0.d => march-imply-i2p0-01.d} (83%) create mode 100644 gas/testsuite/gas/riscv/march-imply-i2p0-02.d create mode 100644 gas/testsuite/gas/riscv/march-imply-i2p1-01.d create mode 100644 gas/testsuite/gas/riscv/march-imply-i2p1-01.l create mode 100644 gas/testsuite/gas/riscv/march-imply-i2p1-02.d delete mode 100644 gas/testsuite/gas/riscv/march-imply-i2p1.d