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 b6773884364 x86: adjust segment override prefix emission new 65fca0597f3 x86: replace adhoc (partly wrong) ambiguous operand checkin [...]
The 1 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 | 28 ++ gas/config/tc-i386.c | 68 ++-- gas/testsuite/gas/i386/i386-intel.d | 2 - gas/testsuite/gas/i386/i386.d | 2 - gas/testsuite/gas/i386/i386.exp | 3 + gas/testsuite/gas/i386/i386.s | 2 - gas/testsuite/gas/i386/iamcu-1.d | 2 - gas/testsuite/gas/i386/iamcu-1.s | 2 - gas/testsuite/gas/i386/ilp32/x86-64.d | 8 - gas/testsuite/gas/i386/ilp32/x86-64.s | 8 - gas/testsuite/gas/i386/k1om.d | 8 - gas/testsuite/gas/i386/l1om.d | 8 - gas/testsuite/gas/i386/movx16.l | 197 +++++++++++ gas/testsuite/gas/i386/movx16.s | 2 + gas/testsuite/gas/i386/movx32.l | 197 +++++++++++ gas/testsuite/gas/i386/movx32.s | 197 +++++++++++ gas/testsuite/gas/i386/movx64.l | 485 +++++++++++++++++++++++++++ gas/testsuite/gas/i386/movx64.s | 485 +++++++++++++++++++++++++++ gas/testsuite/gas/i386/noreg16.d | 4 + gas/testsuite/gas/i386/noreg16.s | 4 + gas/testsuite/gas/i386/noreg32.d | 4 + gas/testsuite/gas/i386/noreg32.s | 4 + gas/testsuite/gas/i386/noreg64.d | 6 + gas/testsuite/gas/i386/noreg64.s | 6 + gas/testsuite/gas/i386/x86-64-movsxd-intel.d | 2 +- gas/testsuite/gas/i386/x86-64-movsxd.d | 2 +- gas/testsuite/gas/i386/x86_64-intel.d | 8 - gas/testsuite/gas/i386/x86_64.d | 8 - gas/testsuite/gas/i386/x86_64.s | 8 - opcodes/ChangeLog | 8 + opcodes/i386-opc.tbl | 17 +- opcodes/i386-tbl.h | 114 +------ 32 files changed, 1694 insertions(+), 205 deletions(-) create mode 100644 gas/testsuite/gas/i386/movx16.l create mode 100644 gas/testsuite/gas/i386/movx16.s create mode 100644 gas/testsuite/gas/i386/movx32.l create mode 100644 gas/testsuite/gas/i386/movx32.s create mode 100644 gas/testsuite/gas/i386/movx64.l create mode 100644 gas/testsuite/gas/i386/movx64.s