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 f1c8928395b [gdb/testsuite] Cleanup unnecessary expr from require line new c34d1cc9200 x86: restrict insn templates accepting negative 8-bit immediates new 5eeeafe0a68 x86: have insns acting on segment selector values allow for [...] new c3bb24f5663 x86-64: don't permit LAHF/SAHF with "generic64" new cafa5ef72e2 x86: MONITOR/MWAIT are not SSE3 insns new ae9a0a51e85 x86: allow to request ModR/M encoding
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/config/tc-i386-intel.c | 3 +- gas/config/tc-i386.c | 85 +- gas/doc/c-i386.texi | 6 +- gas/testsuite/gas/i386/arch-10-1.l | 3 + gas/testsuite/gas/i386/arch-10-2.l | 3 + gas/testsuite/gas/i386/arch-10-3.l | 3 + gas/testsuite/gas/i386/arch-10-4.l | 3 + .../gas/i386/{arch-10-1.l => arch-10-6.l} | 10 +- .../gas/i386/{arch-10-1.s => arch-10-6.s} | 0 gas/testsuite/gas/i386/arch-10-lzcnt.d | 2 +- gas/testsuite/gas/i386/arch-10-prefetchw.d | 2 +- gas/testsuite/gas/i386/arch-10.d | 3 +- gas/testsuite/gas/i386/arch-10.s | 2 + gas/testsuite/gas/i386/i386-intel.d | 38 + gas/testsuite/gas/i386/i386.d | 38 + gas/testsuite/gas/i386/i386.exp | 2 + gas/testsuite/gas/i386/i386.s | 50 + gas/testsuite/gas/i386/ilp32/x86-64-arch-2.d | 2 +- gas/testsuite/gas/i386/intel.s | 4 +- gas/testsuite/gas/i386/nosse-3.l | 1 + gas/testsuite/gas/i386/nosse-3.s | 1 + gas/testsuite/gas/i386/nosse-4.l | 38 +- gas/testsuite/gas/i386/nosse-4.s | 2 - gas/testsuite/gas/i386/opcode.s | 4 +- gas/testsuite/gas/i386/pseudos.d | 89 +- gas/testsuite/gas/i386/pseudos.s | 28 + gas/testsuite/gas/i386/x86-64-arch-2-1.l | 3 + gas/testsuite/gas/i386/x86-64-arch-2-2.l | 3 + .../i386/{x86-64-arch-2-1.l => x86-64-arch-2-3.l} | 10 +- .../i386/{x86-64-arch-2-1.s => x86-64-arch-2-3.s} | 0 gas/testsuite/gas/i386/x86-64-arch-2-lzcnt.d | 2 +- gas/testsuite/gas/i386/x86-64-arch-2-prefetchw.d | 2 +- gas/testsuite/gas/i386/x86-64-arch-2.d | 3 +- gas/testsuite/gas/i386/x86-64-arch-2.s | 2 + gas/testsuite/gas/i386/x86-64-pseudos.d | 85 + gas/testsuite/gas/i386/x86-64-pseudos.s | 36 + gas/testsuite/gas/i386/x86-64-xop.s | 44 +- gas/testsuite/gas/i386/x86_64-intel.d | 36 + gas/testsuite/gas/i386/x86_64.d | 36 + gas/testsuite/gas/i386/x86_64.s | 46 + gas/testsuite/gas/i386/xop.s | 50 +- opcodes/i386-gen.c | 16 +- opcodes/i386-init.h | 1062 +- opcodes/i386-opc.h | 6 + opcodes/i386-opc.tbl | 147 +- opcodes/i386-tbl.h | 15366 ++++++++++--------- 46 files changed, 9029 insertions(+), 8348 deletions(-) copy gas/testsuite/gas/i386/{arch-10-1.l => arch-10-6.l} (96%) copy gas/testsuite/gas/i386/{arch-10-1.s => arch-10-6.s} (100%) copy gas/testsuite/gas/i386/{x86-64-arch-2-1.l => x86-64-arch-2-3.l} (96%) copy gas/testsuite/gas/i386/{x86-64-arch-2-1.s => x86-64-arch-2-3.s} (100%)