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 82503ca7ed8 aarch64: Add WFET instruction for Armv8.7-a new dd4a72c859a aarch64: Add CSR PDEC instruction
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: gas/NEWS | 3 + gas/config/tc-aarch64.c | 31 + gas/testsuite/gas/aarch64/csre_csr-invalid.d | 3 + gas/testsuite/gas/aarch64/csre_csr-invalid.l | 2 + gas/testsuite/gas/aarch64/csre_csr-invalid.s | 4 + gas/testsuite/gas/aarch64/csre_csr.d | 10 + gas/testsuite/gas/aarch64/csre_csr.s | 4 + include/opcode/aarch64.h | 2 + opcodes/aarch64-asm-2.c | 244 +-- opcodes/aarch64-dis-2.c | 2575 +++++++++++++------------- opcodes/aarch64-opc-2.c | 16 +- opcodes/aarch64-opc.c | 4 + opcodes/aarch64-tbl.h | 8 + 13 files changed, 1489 insertions(+), 1417 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/csre_csr-invalid.d create mode 100644 gas/testsuite/gas/aarch64/csre_csr-invalid.l create mode 100644 gas/testsuite/gas/aarch64/csre_csr-invalid.s create mode 100644 gas/testsuite/gas/aarch64/csre_csr.d create mode 100644 gas/testsuite/gas/aarch64/csre_csr.s