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 4ef6d2f424e Automatic date update in version.in new 80d49d6a1b8 RISC-V : Support bitmanip-0.93 ZBA/ZBB/ZBC instructions
The 1 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 | 4 ++ bfd/elfxx-riscv.c | 2 +- gas/ChangeLog | 9 ++++ gas/config/tc-riscv.c | 13 +++++ gas/testsuite/gas/riscv/b-ext-64.d | 48 +++++++++++++++++ gas/testsuite/gas/riscv/b-ext-64.s | 39 ++++++++++++++ gas/testsuite/gas/riscv/b-ext.d | 35 +++++++++++++ gas/testsuite/gas/riscv/b-ext.s | 26 ++++++++++ include/ChangeLog | 5 ++ include/opcode/riscv-opc.h | 104 +++++++++++++++++++++++++++++++++++++ include/opcode/riscv.h | 3 ++ opcodes/ChangeLog | 4 ++ opcodes/riscv-opc.c | 53 +++++++++++++++++-- 13 files changed, 340 insertions(+), 5 deletions(-) create mode 100644 gas/testsuite/gas/riscv/b-ext-64.d create mode 100644 gas/testsuite/gas/riscv/b-ext-64.s create mode 100644 gas/testsuite/gas/riscv/b-ext.d create mode 100644 gas/testsuite/gas/riscv/b-ext.s