This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_28-branch in repository binutils-gdb.
from 913e8ff Automatic date update in version.in new 3843af6 [AArch64] Add separate feature flag for weaker release consis [...] new 111ebbf sve new 3829cd9 sve new 3457862 sve new 1e0971e sve
The 5 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 | 43 + gas/config/tc-aarch64.c | 16 +- gas/doc/c-aarch64.texi | 8 +- gas/testsuite/gas/aarch64/advsimd-compnum.d | 40 + gas/testsuite/gas/aarch64/advsimd-compnum.s | 9 + ...dst-exclusive-armv8_3.d => ldst-rcpc-armv8_2.d} | 3 +- .../{ldst-exclusive-armv8_3.d => ldst-rcpc.d} | 0 .../{ldst-exclusive-armv8_3.s => ldst-rcpc.s} | 0 gas/testsuite/gas/aarch64/sve-invalid.l | 270 +- gas/testsuite/gas/aarch64/sve-invalid.s | 163 + gas/testsuite/gas/aarch64/sve-sysreg-invalid.d | 3 + gas/testsuite/gas/aarch64/sve-sysreg-invalid.l | 21 + gas/testsuite/gas/aarch64/sve-sysreg.d | 29 + gas/testsuite/gas/aarch64/sve-sysreg.s | 25 + gas/testsuite/gas/aarch64/sve.d | 2328 ++++++++- gas/testsuite/gas/aarch64/sve.s | 2295 +++++++++ include/ChangeLog | 17 + include/opcode/aarch64.h | 12 +- opcodes/ChangeLog | 67 + opcodes/aarch64-asm-2.c | 153 +- opcodes/aarch64-asm.c | 78 +- opcodes/aarch64-asm.h | 5 +- opcodes/aarch64-dis-2.c | 5388 +++++++++++--------- opcodes/aarch64-dis.c | 79 +- opcodes/aarch64-dis.h | 5 +- opcodes/aarch64-opc-2.c | 6 + opcodes/aarch64-opc.c | 55 + opcodes/aarch64-opc.h | 15 +- opcodes/aarch64-tbl.h | 351 +- 29 files changed, 8758 insertions(+), 2726 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/advsimd-compnum.d create mode 100644 gas/testsuite/gas/aarch64/advsimd-compnum.s copy gas/testsuite/gas/aarch64/{ldst-exclusive-armv8_3.d => ldst-rcpc-armv8_2.d} (90%) rename gas/testsuite/gas/aarch64/{ldst-exclusive-armv8_3.d => ldst-rcpc.d} (100%) rename gas/testsuite/gas/aarch64/{ldst-exclusive-armv8_3.s => ldst-rcpc.s} (100%) create mode 100644 gas/testsuite/gas/aarch64/sve-sysreg-invalid.d create mode 100644 gas/testsuite/gas/aarch64/sve-sysreg-invalid.l create mode 100644 gas/testsuite/gas/aarch64/sve-sysreg.d create mode 100644 gas/testsuite/gas/aarch64/sve-sysreg.s