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 6b4bf3b Fix snafu with booleans in readelf patch - lack of a program [...] new f482d30 [AArch64] Add a "compnum" feature new 582e12b [AArch64] Additional SVE instructions
The 2 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 | 22 + gas/config/tc-aarch64.c | 14 +- gas/doc/c-aarch64.texi | 8 +- gas/testsuite/gas/aarch64/advsimd-compnum.d | 40 + gas/testsuite/gas/aarch64/advsimd-compnum.s | 9 + gas/testsuite/gas/aarch64/sve-invalid.l | 270 +- gas/testsuite/gas/aarch64/sve-invalid.s | 163 + gas/testsuite/gas/aarch64/sve.d | 2328 +++++++++++- gas/testsuite/gas/aarch64/sve.s | 2295 ++++++++++++ include/ChangeLog | 12 + include/opcode/aarch64.h | 10 +- opcodes/ChangeLog | 57 + 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 | 39 + opcodes/aarch64-opc.h | 15 +- opcodes/aarch64-tbl.h | 340 +- 22 files changed, 8614 insertions(+), 2722 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/advsimd-compnum.d create mode 100644 gas/testsuite/gas/aarch64/advsimd-compnum.s