This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allmodconfig in repository toolchain/binutils-gdb.
from 417e50dbcf Automatic date update in version.in adds d1b603a74e Updated Spanish translation for the ld subdirectory. adds 73b605ec3f [BINUTILS, AARCH64, 1/8] Add support for Memory Tagging Exte [...] adds 193614f2b9 [BINUTILS, AARCH64, 2/8] Add Tag generation instructions in [...] adds b731bc3b1b [BINUTILS, AARCH64, 3/8] Add Pointer Arithmetic instructions [...] adds fb3265b371 [BINUTILS, AARCH64, 4/8] Add Tag setting instructions in Mem [...] adds e6025b546c [BINUTILS, AARCH64, 5/8] Add Tag getting instruction in Memo [...] adds 503ba60025 [BINUTILS, AARCH64, 6/8] Add Tag getting instruction in Memo [...] adds 70f3d23af7 [BINUTILS, AARCH64, 7/8] Add system registers for Memory Tag [...] adds 3a0f69be55 [BINUTILS, AARCH64, 8/8] Add data cache instructions for Mem [...] adds 8a758655b3 Update documentation describing how the linker chooses a sta [...] adds 53a89d6e58 Add completer for skip numbers adds f77984e974 i386: Accept both .plt.got and .plt.sec sections adds 7322dd1f69 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- 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 + gdb/ChangeLog | 5 + gdb/skip.c | 35 +- gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.base/skip.exp | 36 + include/ChangeLog | 20 + include/opcode/aarch64.h | 14 + ld/ChangeLog | 15 + ld/ld.texi | 2 +- ld/po/es.po | 90 +- ld/testsuite/ld-i386/plt-main-ibt.dd | 2 +- 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 + 33 files changed, 4334 insertions(+), 3138 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