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 c444fad6da Automatic date update in version.in new 219920a7c4 x86: drop a few dead macros new 36cc073ef4 x86: remove ModRM.mod decoding layer from AVX512F VMOVS{S,D} new 9c33702be7 x86: warn about insns exceeding the 15-byte limit new d583596cc9 x86: use encoding_length() also elsewhere new e3bba3fc75 x86: drop bogus Disp8MemShift attributes new cd546e7bd2 x86: add missing pseudo ops for VPCLMULQDQ ISA extension
The 6 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 | 37 +++++ gas/config/tc-i386.c | 68 ++++----- gas/testsuite/gas/i386/avx512f_vpclmulqdq-intel.d | 4 + gas/testsuite/gas/i386/avx512f_vpclmulqdq.d | 4 + gas/testsuite/gas/i386/avx512f_vpclmulqdq.s | 5 + gas/testsuite/gas/i386/avx512vl_vpclmulqdq-intel.d | 8 ++ gas/testsuite/gas/i386/avx512vl_vpclmulqdq.d | 8 ++ gas/testsuite/gas/i386/avx512vl_vpclmulqdq.s | 10 ++ gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/oversized16.l | 41 ++++++ gas/testsuite/gas/i386/oversized16.s | 11 ++ gas/testsuite/gas/i386/oversized64.l | 40 ++++++ gas/testsuite/gas/i386/oversized64.s | 10 ++ gas/testsuite/gas/i386/vpclmulqdq-intel.d | 4 + gas/testsuite/gas/i386/vpclmulqdq.d | 4 + gas/testsuite/gas/i386/vpclmulqdq.s | 5 + .../gas/i386/x86-64-avx512f_vpclmulqdq-intel.d | 4 + gas/testsuite/gas/i386/x86-64-avx512f_vpclmulqdq.d | 4 + gas/testsuite/gas/i386/x86-64-avx512f_vpclmulqdq.s | 5 + .../gas/i386/x86-64-avx512vl_vpclmulqdq-intel.d | 8 ++ .../gas/i386/x86-64-avx512vl_vpclmulqdq.d | 8 ++ .../gas/i386/x86-64-avx512vl_vpclmulqdq.s | 10 ++ gas/testsuite/gas/i386/x86-64-vpclmulqdq-intel.d | 16 ++- gas/testsuite/gas/i386/x86-64-vpclmulqdq.d | 16 ++- gas/testsuite/gas/i386/x86-64-vpclmulqdq.s | 17 ++- opcodes/ChangeLog | 37 +++++ opcodes/i386-dis-evex-mod.h | 20 --- opcodes/i386-dis-evex-prefix.h | 10 +- opcodes/i386-dis-evex-w.h | 34 ++--- opcodes/i386-dis.c | 22 +-- opcodes/i386-opc.tbl | 14 +- opcodes/i386-tbl.h | 158 ++++++++++++++++++++- 32 files changed, 519 insertions(+), 125 deletions(-) create mode 100644 gas/testsuite/gas/i386/oversized16.l create mode 100644 gas/testsuite/gas/i386/oversized16.s create mode 100644 gas/testsuite/gas/i386/oversized64.l create mode 100644 gas/testsuite/gas/i386/oversized64.s