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 3d731f6 [AArch64] Increase max_num_aliases in aarch64-gen new 8787d80 [AArch64] Add ARMv8.3 instructions which are in the NOP space new b0bfa7b [AArch64] Add ARMv8.3 pointer authentication key registers new a2cfc83 [AArch64] Add ARMv8.3 single source PAC instructions
The 3 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/ChangeLog | 18 + gas/testsuite/gas/aarch64/illegal-sysreg-3.d | 3 + gas/testsuite/gas/aarch64/illegal-sysreg-3.l | 21 + gas/testsuite/gas/aarch64/pac.d | 34 + gas/testsuite/gas/aarch64/pac.s | 34 + gas/testsuite/gas/aarch64/sysreg-3.d | 28 + gas/testsuite/gas/aarch64/sysreg-3.s | 21 + gas/testsuite/gas/aarch64/system-3.d | 34 + gas/testsuite/gas/aarch64/system-3.s | 41 + gas/testsuite/gas/aarch64/system.d | 26 +- opcodes/ChangeLog | 25 + opcodes/aarch64-asm-2.c | 765 +++---- opcodes/aarch64-dis-2.c | 3071 ++++++++++++++------------ opcodes/aarch64-opc-2.c | 98 +- opcodes/aarch64-opc.c | 24 + opcodes/aarch64-tbl.h | 36 + 16 files changed, 2411 insertions(+), 1868 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/illegal-sysreg-3.d create mode 100644 gas/testsuite/gas/aarch64/illegal-sysreg-3.l create mode 100644 gas/testsuite/gas/aarch64/pac.d create mode 100644 gas/testsuite/gas/aarch64/pac.s create mode 100644 gas/testsuite/gas/aarch64/sysreg-3.d create mode 100644 gas/testsuite/gas/aarch64/sysreg-3.s create mode 100644 gas/testsuite/gas/aarch64/system-3.d create mode 100644 gas/testsuite/gas/aarch64/system-3.s