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 eefbbb8 Automatic date update in version.in new 8325cc6 x86/Intel: fix operand checking for MOVSD new 9243100 x86: remove stray instruction attributes
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 | 15 ++++++ gas/config/tc-i386-intel.c | 4 ++ gas/config/tc-i386.c | 54 +++++++++++++++++++- gas/testsuite/gas/i386/i386.exp | 4 +- gas/testsuite/gas/i386/intel-movs.s | 18 +++++++ gas/testsuite/gas/i386/intel-movs32.d | 19 ++++++++ gas/testsuite/gas/i386/intel-movs64.d | 22 +++++++++ opcodes/ChangeLog | 20 ++++++++ opcodes/i386-opc.tbl | 92 +++++++++++++++++------------------ opcodes/i386-tbl.h | 92 +++++++++++++++++------------------ 10 files changed, 246 insertions(+), 94 deletions(-) create mode 100644 gas/testsuite/gas/i386/intel-movs.s create mode 100644 gas/testsuite/gas/i386/intel-movs32.d create mode 100644 gas/testsuite/gas/i386/intel-movs64.d