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 53570fbcca2 Automatic date update in version.in new c906a69a1f3 x86: VCVTNEPS2BF16{X,Y} should permit broadcasting new c006a730e9a x86: improve handling of insns with ambiguous operand sizes new 1a0351246a5 x86: replace adhoc ambiguous operand checking for CRC32
The 3 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 | 68 ++++++++++++ gas/config/tc-i386.c | 134 +++++++++++------------- gas/doc/c-i386.texi | 25 +++++ gas/testsuite/gas/i386/avx512_bf16_vl.d | 4 + gas/testsuite/gas/i386/avx512_bf16_vl.s | 4 + gas/testsuite/gas/i386/bundle.s | 2 +- gas/testsuite/gas/i386/i386.exp | 3 + gas/testsuite/gas/i386/ilp32/x86-64-nops.d | 2 - gas/testsuite/gas/i386/inval-crc32.l | 6 +- gas/testsuite/gas/i386/lock-1.s | 20 ++-- gas/testsuite/gas/i386/nops.d | 1 - gas/testsuite/gas/i386/nops.s | 1 - gas/testsuite/gas/i386/noreg16.d | 80 +++++++++++++++ gas/testsuite/gas/i386/noreg16.l | 116 +++++++++++++++++++++ gas/testsuite/gas/i386/noreg16.s | 79 ++++++++++++++ gas/testsuite/gas/i386/noreg32.d | 90 ++++++++++++++++ gas/testsuite/gas/i386/noreg32.l | 126 +++++++++++++++++++++++ gas/testsuite/gas/i386/noreg32.s | 89 ++++++++++++++++ gas/testsuite/gas/i386/noreg64.d | 92 +++++++++++++++++ gas/testsuite/gas/i386/noreg64.l | 137 +++++++++++++++++++++++++ gas/testsuite/gas/i386/noreg64.s | 91 ++++++++++++++++ gas/testsuite/gas/i386/opcode.s | 4 +- gas/testsuite/gas/i386/sse-noavx.d | 1 - gas/testsuite/gas/i386/sse-noavx.s | 1 - gas/testsuite/gas/i386/sse3.s | 2 +- gas/testsuite/gas/i386/x86-64-avx-scalar.s | 4 +- gas/testsuite/gas/i386/x86-64-avx.s | 4 +- gas/testsuite/gas/i386/x86-64-avx512_bf16_vl.d | 4 + gas/testsuite/gas/i386/x86-64-avx512_bf16_vl.s | 4 + gas/testsuite/gas/i386/x86-64-bundle.s | 2 +- gas/testsuite/gas/i386/x86-64-intel64.d | 1 + gas/testsuite/gas/i386/x86-64-intel64.s | 3 +- gas/testsuite/gas/i386/x86-64-inval-crc32.l | 12 ++- gas/testsuite/gas/i386/x86-64-lock-1.s | 20 ++-- gas/testsuite/gas/i386/x86-64-nops.d | 2 - gas/testsuite/gas/i386/x86-64-nops.s | 2 - gas/testsuite/gas/i386/x86-64-opcode.d | 1 + gas/testsuite/gas/i386/x86-64-opcode.s | 67 ++++++------ gas/testsuite/gas/i386/x86-64-ptwrite-intel.d | 1 - gas/testsuite/gas/i386/x86-64-ptwrite.d | 1 - gas/testsuite/gas/i386/x86-64-ptwrite.s | 1 - gas/testsuite/gas/i386/x86-64-simd-intel.d | 2 - gas/testsuite/gas/i386/x86-64-simd-suffix.d | 2 - gas/testsuite/gas/i386/x86-64-simd.d | 2 - gas/testsuite/gas/i386/x86-64-simd.s | 2 - gas/testsuite/gas/i386/x86-64-sse-noavx.d | 1 - gas/testsuite/gas/i386/x86-64-sse-noavx.s | 1 - gas/testsuite/gas/i386/x86-64-sse2avx.s | 4 +- gas/testsuite/gas/i386/x86-64-sse3.s | 2 +- gas/testsuite/gas/i386/x86-64-suffix-intel.d | 2 - gas/testsuite/gas/i386/x86-64-suffix.d | 2 - gas/testsuite/gas/i386/x86-64-suffix.s | 2 - opcodes/ChangeLog | 12 +++ opcodes/i386-opc.tbl | 6 +- opcodes/i386-tbl.h | 14 +-- 55 files changed, 1174 insertions(+), 187 deletions(-) create mode 100644 gas/testsuite/gas/i386/noreg16.l create mode 100644 gas/testsuite/gas/i386/noreg32.l create mode 100644 gas/testsuite/gas/i386/noreg64.l