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 e6123d0c615 x86: re-work operand swapping for XOP shift/rotate insns new 6384fd9e1d3 x86: FMA4 scalar insns ignore VEX.L new 467bbef07fc x86: various XOP insns lack L and/or W bit decoding
The 2 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 | 6 + gas/testsuite/gas/i386/{fma4.d => fma4-lig.d} | 52 +- gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/xop-lig.d | 5 + opcodes/ChangeLog | 69 +++ opcodes/i386-dis.c | 739 ++++++++++++++++++++------ opcodes/i386-opc.tbl | 32 +- opcodes/i386-tbl.h | 32 +- 8 files changed, 708 insertions(+), 229 deletions(-) copy gas/testsuite/gas/i386/{fma4.d => fma4-lig.d} (75%) create mode 100644 gas/testsuite/gas/i386/xop-lig.d