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 18400a9cdf6 Fix crash in f-typeprint.c new 22c3912a11a aarch64: Remove F_ARCHEXT flag new 082ba41d9f8 aarch64: Sort aarch64-sys-regs.def new 563f4173522 aarch64: Make spmzr_el0 write-only new caafd848453 aarch64: Add FEAT_SRMASK system registers new 6fc99d53ba1 aarch64: Add missing system registers new 9ca0278eeeb aarch64: Relax sysreg-1.d test expectations new 8c0024ca8f6 aarch64: Remove teecr32_el1 and teehbr32_el1 new ab1f841c47a aarch64: Remove CSRE system registers new 2742455bf45 aarch64: Update system register gating new 1b28f5f0959 aarch64: Remove unused feature bits new 7ca856a2717 aarch64: Reorder feature bits
The 11 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/config/tc-aarch64.c | 11 +- gas/testsuite/gas/aarch64/csre-invalid.l | 5 - gas/testsuite/gas/aarch64/csre.s | 25 - .../gas/aarch64/sysreg/armv8_9-a-sysregs-bad.d | 2 +- .../gas/aarch64/sysreg/armv8_9-a-sysregs-bad.l | 16 +- .../gas/aarch64/sysreg/armv8_9-a-sysregs.d | 2 +- .../armv9_5-a-sysregs-archv9_4-unsupported.d | 2 +- .../armv9_5-a-sysregs-archv9_4-unsupported.l | 4 +- .../gas/aarch64/sysreg/armv9_5-a-sysregs.d | 1 - .../gas/aarch64/sysreg/armv9_5-a-sysregs.s | 8 +- .../gas/aarch64/sysreg/illegal-sysreg-4.l | 6 - .../gas/aarch64/sysreg/illegal-sysreg-8.s | 13 +- gas/testsuite/gas/aarch64/sysreg/sme-sysreg.d | 2 +- gas/testsuite/gas/aarch64/sysreg/srmask.d | 57 + gas/testsuite/gas/aarch64/sysreg/srmask.s | 26 + .../gas/aarch64/sysreg/sve-sysreg-invalid.l | 2 - gas/testsuite/gas/aarch64/sysreg/sysreg-1.d | 8572 ++++++++++---------- gas/testsuite/gas/aarch64/sysreg/sysreg-1.s | 3 - gas/testsuite/gas/aarch64/sysreg/sysreg-11.d | 27 + gas/testsuite/gas/aarch64/sysreg/sysreg-11.s | 12 + gas/testsuite/gas/aarch64/sysreg/sysreg-8.s | 2 +- .../gas/aarch64/sysreg/sysreg-diagnostic.d | 3 +- .../gas/aarch64/sysreg/sysreg-diagnostic.l | 1 + .../gas/aarch64/sysreg/sysreg-diagnostic.s | 1 + .../sysreg/sysregs_with_no_restrictions-bad.l | 28 - .../aarch64/sysreg/sysregs_with_no_restrictions.d | 1 - .../aarch64/sysreg/sysregs_with_no_restrictions.s | 2 +- .../gas/aarch64/sysreg/sysregs_with_restrictions.d | 1 - .../gas/aarch64/sysreg/sysregs_with_restrictions.s | 4 +- include/opcode/aarch64.h | 130 +- opcodes/aarch64-opc.c | 105 +- opcodes/aarch64-opc.h | 3 +- opcodes/aarch64-sys-regs.def | 2483 +++--- 33 files changed, 5758 insertions(+), 5802 deletions(-) delete mode 100644 gas/testsuite/gas/aarch64/csre-invalid.l delete mode 100644 gas/testsuite/gas/aarch64/csre.s create mode 100644 gas/testsuite/gas/aarch64/sysreg/srmask.d create mode 100644 gas/testsuite/gas/aarch64/sysreg/srmask.s create mode 100644 gas/testsuite/gas/aarch64/sysreg/sysreg-11.d create mode 100644 gas/testsuite/gas/aarch64/sysreg/sysreg-11.s