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 a477a8c4f4 x86: adjust 4-XMM-register-group related warning new d53e6b98a2 x86/Intel: correct disassembly of fsub*/fdiv* new 38e314eb06 x86: drop FloatD new 6e3e5c9e41 x86: extend SSE check to PCLMULQDQ, AES, and GFNI insns new f2f6a710f4 x86: avoid SSE check for LDMXCSR/STMXCSR new 1b193f0b12 x86: drop bogus NoAVX
The 5 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 | 30 + gas/config/tc-i386.c | 20 +- gas/testsuite/gas/i386/i386.exp | 1 + .../gas/i386/ilp32/x86-64-sse-check-none.d | 16 +- .../gas/i386/ilp32/x86-64-sse-check-warn.d | 14 +- gas/testsuite/gas/i386/ilp32/x86-64-sse-check.d | 14 +- gas/testsuite/gas/i386/intel-intel.d | 710 + gas/testsuite/gas/i386/sse-check-error.l | 18 + gas/testsuite/gas/i386/sse-check-none.d | 16 +- gas/testsuite/gas/i386/sse-check-none.s | 19 +- gas/testsuite/gas/i386/sse-check-warn.d | 14 +- gas/testsuite/gas/i386/sse-check-warn.e | 3 + gas/testsuite/gas/i386/sse-check.d | 3 + gas/testsuite/gas/i386/sse-check.s | 9 + gas/testsuite/gas/i386/x86-64-sse-check-error.l | 18 + gas/testsuite/gas/i386/x86-64-sse-check-none.d | 16 +- gas/testsuite/gas/i386/x86-64-sse-check-warn.d | 14 +- gas/testsuite/gas/i386/x86-64-sse-check.d | 14 +- opcodes/ChangeLog | 24 + opcodes/i386-dis.c | 16 +- opcodes/i386-gen.c | 1 - opcodes/i386-opc.h | 3 - opcodes/i386-opc.tbl | 38 +- opcodes/i386-tbl.h | 39452 +++++++++---------- 24 files changed, 20593 insertions(+), 19890 deletions(-) create mode 100644 gas/testsuite/gas/i386/intel-intel.d