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 548d0ee6e7 x86: simplify result processing of cpu_flags_match() new 8819ada6c4 x86: fold redundant expressions in process_suffix() new 23e42951f2 x86: correct operand size match checks for BMI/BMI2 insns new d2224064f1 x86: drop {X,Y,Z}MMWORD_MNEM_SUFFIX new 25a4277fec x86: fold FMA and FMA4 templates new e7f5c0a99e x86: fold LWP templates new 3682415023 x86: fold a few AVX512F templates new 454172a99e x86: fold VEX-encoded GFNI templates new ed438a93f1 x86: fold certain AVX512 rotate and shift templates new e771e7c9fb x86: fold several AVX512VL templates
The 9 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 | 34 + gas/config/tc-i386-intel.c | 3 - gas/config/tc-i386.c | 165 +- gas/testsuite/gas/i386/i386.exp | 1 + gas/testsuite/gas/i386/unspec64.l | 21 + gas/testsuite/gas/i386/unspec64.s | 25 + opcodes/ChangeLog | 43 + opcodes/i386-opc.h | 2 + opcodes/i386-opc.tbl | 645 ++-- opcodes/i386-tbl.h | 5910 ++++++------------------------------- 10 files changed, 1386 insertions(+), 5463 deletions(-) create mode 100644 gas/testsuite/gas/i386/unspec64.l create mode 100644 gas/testsuite/gas/i386/unspec64.s