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 d1b603a74e Updated Spanish translation for the ld subdirectory. new 73b605ec3f [BINUTILS, AARCH64, 1/8] Add support for Memory Tagging Exte [...] new 193614f2b9 [BINUTILS, AARCH64, 2/8] Add Tag generation instructions in [...] new b731bc3b1b [BINUTILS, AARCH64, 3/8] Add Pointer Arithmetic instructions [...] new fb3265b371 [BINUTILS, AARCH64, 4/8] Add Tag setting instructions in Mem [...] new e6025b546c [BINUTILS, AARCH64, 5/8] Add Tag getting instruction in Memo [...] new 503ba60025 [BINUTILS, AARCH64, 6/8] Add Tag getting instruction in Memo [...] new 70f3d23af7 [BINUTILS, AARCH64, 7/8] Add system registers for Memory Tag [...] new 3a0f69be55 [BINUTILS, AARCH64, 8/8] Add data cache instructions for Mem [...]
The 8 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 | 70 + gas/config/tc-aarch64.c | 30 +- gas/doc/c-aarch64.texi | 2 + gas/testsuite/gas/aarch64/armv8_5-a-memtag.d | 134 + gas/testsuite/gas/aarch64/armv8_5-a-memtag.s | 113 + gas/testsuite/gas/aarch64/illegal-memtag.d | 3 + gas/testsuite/gas/aarch64/illegal-memtag.l | 46 + gas/testsuite/gas/aarch64/illegal-memtag.s | 60 + gas/testsuite/gas/aarch64/illegal-sysreg-4.l | 39 + gas/testsuite/gas/aarch64/sysreg-4.d | 39 +- gas/testsuite/gas/aarch64/sysreg-4.s | 49 + include/ChangeLog | 20 + include/opcode/aarch64.h | 14 + opcodes/ChangeLog | 84 + opcodes/aarch64-asm-2.c | 1140 +++--- opcodes/aarch64-asm.c | 16 +- opcodes/aarch64-asm.h | 1 + opcodes/aarch64-dis-2.c | 5055 +++++++++++++------------- opcodes/aarch64-dis.c | 22 +- opcodes/aarch64-dis.h | 1 + opcodes/aarch64-opc-2.c | 145 +- opcodes/aarch64-opc.c | 126 + opcodes/aarch64-opc.h | 11 + opcodes/aarch64-tbl.h | 60 + 24 files changed, 4211 insertions(+), 3069 deletions(-) create mode 100644 gas/testsuite/gas/aarch64/armv8_5-a-memtag.d create mode 100644 gas/testsuite/gas/aarch64/armv8_5-a-memtag.s create mode 100644 gas/testsuite/gas/aarch64/illegal-memtag.d create mode 100644 gas/testsuite/gas/aarch64/illegal-memtag.l create mode 100644 gas/testsuite/gas/aarch64/illegal-memtag.s