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 7ab8bf1c777 RISC-V: Support Zca/f/d extensions. new b0a101c53a1 RISC-V: Supports Zcb extension.
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/elfxx-riscv.c | 21 +++++++++++++++++ gas/config/tc-riscv.c | 53 +++++++++++++++++++++++++++++++++++++++++++ gas/testsuite/gas/riscv/zcb.d | 32 ++++++++++++++++++++++++++ gas/testsuite/gas/riscv/zcb.s | 25 ++++++++++++++++++++ include/opcode/riscv-opc.h | 38 +++++++++++++++++++++++++++++++ include/opcode/riscv.h | 14 ++++++++++++ opcodes/riscv-dis.c | 14 ++++++++++++ opcodes/riscv-opc.c | 28 +++++++++++++++++++++++ 8 files changed, 225 insertions(+) create mode 100644 gas/testsuite/gas/riscv/zcb.d create mode 100644 gas/testsuite/gas/riscv/zcb.s