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-next-defconfig in repository toolchain/ci/binutils-gdb.
from be70ff166e Automatic date update in version.in adds dabec65da1 Re: x86: Don't disable SSE4a when disabling SSE4 adds ce504911e5 x86: Don't disable SSE3 when disabling SSE4a adds b9915cbc7d x86/Intel: improve diagnostics for ambiguous VCVT* operands adds eedb0f2cfd x86/Intel: don't swap operands of MONITOR{,X} and MWAIT{,X} adds c8f8eebc3f x86: fold AddrPrefixOpReg templates adds 1f730c4614 x86: fold certain VCVT{,U}SI2S{S,D} templates adds 272a84b120 x86: Remove CpuABM and add CpuPOPCNT adds b6f9caee52 Fix gdbserver-without-gdb build new 685313de6b Automatic date update in version.in
The 1 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: ChangeLog | 6 + bfd/version.h | 2 +- configure | 18 +- configure.ac | 18 +- gas/ChangeLog | 42 + gas/config/tc-i386.c | 202 +- gas/doc/c-i386.texi | 11 +- gas/testsuite/gas/i386/avx512dq-inval.l | 8 +- gas/testsuite/gas/i386/avx512dq-inval.s | 6 + gas/testsuite/gas/i386/avx512vl-ambig.l | 7 + gas/testsuite/gas/i386/avx512vl-ambig.s | 11 + gas/testsuite/gas/i386/i386.exp | 3 + gas/testsuite/gas/i386/inval-avx.l | 6 +- gas/testsuite/gas/i386/inval-avx512f.l | 18 + gas/testsuite/gas/i386/inval-avx512f.s | 10 + gas/testsuite/gas/i386/sse3-intel.d | 43 + gas/testsuite/gas/i386/sse3.d | 3 + gas/testsuite/gas/i386/sse3.s | 4 + gas/testsuite/gas/i386/x86-64-sse3-intel.d | 46 + gas/testsuite/gas/i386/x86-64-sse3.d | 3 + gas/testsuite/gas/i386/x86-64-sse3.s | 4 + opcodes/ChangeLog | 49 + opcodes/i386-gen.c | 20 +- opcodes/i386-init.h | 242 +- opcodes/i386-opc.h | 12 +- opcodes/i386-opc.tbl | 119 +- opcodes/i386-tbl.h | 5872 ++++++++++++++-------------- 27 files changed, 3487 insertions(+), 3298 deletions(-) create mode 100644 gas/testsuite/gas/i386/avx512vl-ambig.l create mode 100644 gas/testsuite/gas/i386/avx512vl-ambig.s create mode 100644 gas/testsuite/gas/i386/sse3-intel.d create mode 100644 gas/testsuite/gas/i386/x86-64-sse3-intel.d