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 2bf280a8275 LoongArch: ld: Move .got .got.plt before .data and protect [...] new 9132c8152b8 RISC-V: Support Zcmp push/pop 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/elfxx-riscv.c | 13 ++ gas/NEWS | 2 + gas/config/tc-riscv.c | 181 +++++++++++++++++++++++++++ gas/testsuite/gas/riscv/march-help.l | 1 + gas/testsuite/gas/riscv/zcmp-push-pop-fail.d | 3 + gas/testsuite/gas/riscv/zcmp-push-pop-fail.l | 9 ++ gas/testsuite/gas/riscv/zcmp-push-pop-fail.s | 13 ++ gas/testsuite/gas/riscv/zcmp-push-pop.d | 154 +++++++++++++++++++++++ gas/testsuite/gas/riscv/zcmp-push-pop.s | 162 ++++++++++++++++++++++++ include/opcode/riscv-opc.h | 14 +++ include/opcode/riscv.h | 18 +++ opcodes/riscv-dis.c | 51 ++++++++ opcodes/riscv-opc.c | 20 +++ 13 files changed, 641 insertions(+) create mode 100644 gas/testsuite/gas/riscv/zcmp-push-pop-fail.d create mode 100644 gas/testsuite/gas/riscv/zcmp-push-pop-fail.l create mode 100644 gas/testsuite/gas/riscv/zcmp-push-pop-fail.s create mode 100644 gas/testsuite/gas/riscv/zcmp-push-pop.d create mode 100644 gas/testsuite/gas/riscv/zcmp-push-pop.s