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-release-arm-next-allnoconfig in repository toolchain/ci/binutils-gdb.
from 48bd57cc8c Automatic date update in version.in adds daf59f5322 [BINUTILS, AArch64, 1/2] Add new LDGM/STGM instruction adds d004c09f45 [BINUTILS, AArch64, 2/2] Update Store Allocation Tag instructions adds 5e0d0651bc Automatic date update in version.in adds 49364d83d5 x86: Also check x86 linker_def for non-shared definition adds db06266b99 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 6 + bfd/elfxx-x86.h | 1 + bfd/version.h | 2 +- gas/ChangeLog | 23 + gas/config/tc-aarch64.c | 2 + gas/testsuite/gas/aarch64/armv8_5-a-memtag.d | 52 +- gas/testsuite/gas/aarch64/armv8_5-a-memtag.s | 12 +- gas/testsuite/gas/aarch64/illegal-memtag.l | 16 +- gas/testsuite/gas/aarch64/illegal-memtag.s | 18 +- include/ChangeLog | 7 + include/opcode/aarch64.h | 1 + ld/ChangeLog | 12 + ld/testsuite/ld-x86-64/pr24458.s | 5 + ld/testsuite/ld-x86-64/pr24458a-x32.d | 10 + ld/testsuite/ld-x86-64/pr24458a.d | 10 + ld/testsuite/ld-x86-64/pr24458b-x32.d | 10 + ld/testsuite/ld-x86-64/pr24458b.d | 10 + ld/testsuite/ld-x86-64/pr24458c-x32.d | 10 + ld/testsuite/ld-x86-64/pr24458c.d | 10 + ld/testsuite/ld-x86-64/x86-64.exp | 6 + opcodes/ChangeLog | 26 + opcodes/aarch64-asm-2.c | 743 ++++---- opcodes/aarch64-dis-2.c | 2645 +++++++++++++------------- opcodes/aarch64-opc-2.c | 31 +- opcodes/aarch64-opc.c | 2 + opcodes/aarch64-tbl.h | 23 +- 26 files changed, 1953 insertions(+), 1740 deletions(-) create mode 100644 ld/testsuite/ld-x86-64/pr24458.s create mode 100644 ld/testsuite/ld-x86-64/pr24458a-x32.d create mode 100644 ld/testsuite/ld-x86-64/pr24458a.d create mode 100644 ld/testsuite/ld-x86-64/pr24458b-x32.d create mode 100644 ld/testsuite/ld-x86-64/pr24458b.d create mode 100644 ld/testsuite/ld-x86-64/pr24458c-x32.d create mode 100644 ld/testsuite/ld-x86-64/pr24458c.d