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 c702f1ad8a6 Include needed unordered_map header new adea87e2758 gas, aarch64: Add SME2 lutv2 extension new df85f9864f4 ld: Improve the documentation describing the -o option. new e13c4e58907 Updated Spanish translations for the bfd and binutils sub-d [...]
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: bfd/po/es.po | 3077 ++-- binutils/po/es.po | 17520 ++++++++++++++--------- gas/NEWS | 2 + gas/config/tc-aarch64.c | 92 +- gas/doc/c-aarch64.texi | 2 + gas/testsuite/gas/aarch64/sme2-8-invalid.l | 14 +- gas/testsuite/gas/aarch64/sme2-lutv2-bad.d | 3 + gas/testsuite/gas/aarch64/sme2-lutv2-bad.l | 15 + gas/testsuite/gas/aarch64/sme2-lutv2-illegal.d | 3 + gas/testsuite/gas/aarch64/sme2-lutv2-illegal.l | 70 + gas/testsuite/gas/aarch64/sme2-lutv2-illegal.s | 95 + gas/testsuite/gas/aarch64/sme2-lutv2.d | 24 + gas/testsuite/gas/aarch64/sme2-lutv2.s | 22 + include/opcode/aarch64.h | 6 + ld/ld.texi | 22 + opcodes/aarch64-asm-2.c | 83 +- opcodes/aarch64-asm.c | 1 + opcodes/aarch64-dis-2.c | 150 +- opcodes/aarch64-dis.c | 6 + opcodes/aarch64-opc-2.c | 3 + opcodes/aarch64-opc.c | 30 +- opcodes/aarch64-opc.h | 2 + opcodes/aarch64-tbl.h | 33 + 23 files changed, 12343 insertions(+), 8932 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/sme2-lutv2-bad.d create mode 100644 gas/testsuite/gas/aarch64/sme2-lutv2-bad.l create mode 100644 gas/testsuite/gas/aarch64/sme2-lutv2-illegal.d create mode 100644 gas/testsuite/gas/aarch64/sme2-lutv2-illegal.l create mode 100644 gas/testsuite/gas/aarch64/sme2-lutv2-illegal.s create mode 100644 gas/testsuite/gas/aarch64/sme2-lutv2.d create mode 100644 gas/testsuite/gas/aarch64/sme2-lutv2.s