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 8926e54e3af aarch64: Add basic support for armv8.7-a architecture new fd195909ce1 aarch64: Add DSB instruction Armv8.7-a variant
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 | 2 + gas/config/tc-aarch64.c | 47 + gas/testsuite/gas/aarch64/system-4-invalid.d | 3 + gas/testsuite/gas/aarch64/system-4-invalid.l | 11 + gas/testsuite/gas/aarch64/system-4-invalid.s | 16 + gas/testsuite/gas/aarch64/system-4.d | 16 + gas/testsuite/gas/aarch64/system-4.s | 12 + include/opcode/aarch64.h | 2 + opcodes/aarch64-asm-2.c | 287 +-- opcodes/aarch64-asm.c | 15 + opcodes/aarch64-asm.h | 1 + opcodes/aarch64-dis-2.c | 2614 +++++++++++++------------- opcodes/aarch64-dis.c | 15 + opcodes/aarch64-dis.h | 1 + opcodes/aarch64-opc-2.c | 17 +- opcodes/aarch64-opc.c | 10 + opcodes/aarch64-opc.h | 3 +- opcodes/aarch64-tbl.h | 5 + 18 files changed, 1622 insertions(+), 1455 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/system-4-invalid.d create mode 100644 gas/testsuite/gas/aarch64/system-4-invalid.l create mode 100644 gas/testsuite/gas/aarch64/system-4-invalid.s create mode 100644 gas/testsuite/gas/aarch64/system-4.d create mode 100644 gas/testsuite/gas/aarch64/system-4.s