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-aarch64-mainline-allmodconfig in repository toolchain/ci/binutils-gdb.
from 168f8c6ba0 Two minor changes in ctfread.c adds 7568c93bf9 AArch64: Fix cfinv disassembly issues adds e3696f67ab Replace deprecated tcl case statements with switch statements adds bc31405ebb x86-64: Properly encode and decode movsxd adds 086b06f3c9 Remove cpu-plugin.c
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 11 + bfd/Makefile.am | 2 - bfd/Makefile.in | 3 - bfd/archures.c | 2 - bfd/bfd-in2.h | 1 - bfd/cpu-plugin.c | 41 - bfd/po/SRC-POTFILES.in | 1 - binutils/ChangeLog | 5 + binutils/testsuite/lib/binutils-common.exp | 18 +- gas/ChangeLog | 33 + gas/config/tc-i386.c | 4 +- gas/doc/c-i386.texi | 18 + gas/testsuite/gas/aarch64/armv8_4-a.d | 1 + gas/testsuite/gas/aarch64/armv8_4-a.s | 3 + gas/testsuite/gas/all/gas.exp | 122 +- gas/testsuite/gas/elf/elf.exp | 62 +- gas/testsuite/gas/i386/i386.exp | 6 + gas/testsuite/gas/i386/x86-64-movsxd-intel.d | 26 + .../gas/i386/x86-64-movsxd-intel64-intel.d | 26 + .../gas/i386/x86-64-movsxd-intel64-inval.l | 27 + .../gas/i386/x86-64-movsxd-intel64-inval.s | 14 + gas/testsuite/gas/i386/x86-64-movsxd-intel64.d | 25 + gas/testsuite/gas/i386/x86-64-movsxd-intel64.s | 20 + gas/testsuite/gas/i386/x86-64-movsxd-inval.l | 27 + gas/testsuite/gas/i386/x86-64-movsxd-inval.s | 14 + gas/testsuite/gas/i386/x86-64-movsxd.d | 25 + gas/testsuite/gas/i386/x86-64-movsxd.s | 20 + gas/testsuite/gas/macros/macros.exp | 24 +- gas/testsuite/lib/gas-defs.exp | 2 +- ld/ChangeLog | 7 + ld/testsuite/ld-elfvers/vers.exp | 6 +- ld/testsuite/ld-ifunc/ifunc.exp | 4 +- ld/testsuite/ld-unique/unique.exp | 4 +- opcodes/ChangeLog | 23 + opcodes/aarch64-asm-2.c | 174 +- opcodes/aarch64-dis-2.c | 2364 ++++++++++---------- opcodes/aarch64-opc-2.c | 16 +- opcodes/aarch64-tbl.h | 9 +- opcodes/i386-dis.c | 61 +- opcodes/i386-opc.tbl | 4 +- opcodes/i386-tbl.h | 34 +- 41 files changed, 1840 insertions(+), 1449 deletions(-) delete mode 100644 bfd/cpu-plugin.c create mode 100644 gas/testsuite/gas/i386/x86-64-movsxd-intel.d create mode 100644 gas/testsuite/gas/i386/x86-64-movsxd-intel64-intel.d create mode 100644 gas/testsuite/gas/i386/x86-64-movsxd-intel64-inval.l create mode 100644 gas/testsuite/gas/i386/x86-64-movsxd-intel64-inval.s create mode 100644 gas/testsuite/gas/i386/x86-64-movsxd-intel64.d create mode 100644 gas/testsuite/gas/i386/x86-64-movsxd-intel64.s create mode 100644 gas/testsuite/gas/i386/x86-64-movsxd-inval.l create mode 100644 gas/testsuite/gas/i386/x86-64-movsxd-inval.s create mode 100644 gas/testsuite/gas/i386/x86-64-movsxd.d create mode 100644 gas/testsuite/gas/i386/x86-64-movsxd.s