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 0df8ad28f0 Extend the assembler so that it can automatically generate G [...] new a914a7c958 Enable Intel MOVDIRI, MOVDIR64B instructions.
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 | 18 + gas/config/tc-i386.c | 40 + gas/doc/c-i386.texi | 3 + gas/testsuite/gas/i386/i386.exp | 6 + gas/testsuite/gas/i386/movdir-intel.d | 18 + gas/testsuite/gas/i386/movdir.d | 18 + gas/testsuite/gas/i386/movdir.s | 13 + gas/testsuite/gas/i386/movdir64b-reg.l | 5 + gas/testsuite/gas/i386/movdir64b-reg.s | 11 + gas/testsuite/gas/i386/x86-64-movdir-intel.d | 18 + gas/testsuite/gas/i386/x86-64-movdir.d | 18 + gas/testsuite/gas/i386/x86-64-movdir.s | 13 + gas/testsuite/gas/i386/x86-64-movdir64b-reg.l | 5 + gas/testsuite/gas/i386/x86-64-movdir64b-reg.s | 11 + opcodes/ChangeLog | 18 + opcodes/i386-dis.c | 54 +- opcodes/i386-gen.c | 16 + opcodes/i386-init.h | 334 +- opcodes/i386-opc.h | 24 + opcodes/i386-opc.tbl | 10 + opcodes/i386-tbl.h | 29952 ++++++++++++------------ 21 files changed, 15508 insertions(+), 15097 deletions(-) create mode 100644 gas/testsuite/gas/i386/movdir-intel.d create mode 100644 gas/testsuite/gas/i386/movdir.d create mode 100644 gas/testsuite/gas/i386/movdir.s create mode 100644 gas/testsuite/gas/i386/movdir64b-reg.l create mode 100644 gas/testsuite/gas/i386/movdir64b-reg.s create mode 100644 gas/testsuite/gas/i386/x86-64-movdir-intel.d create mode 100644 gas/testsuite/gas/i386/x86-64-movdir.d create mode 100644 gas/testsuite/gas/i386/x86-64-movdir.s create mode 100644 gas/testsuite/gas/i386/x86-64-movdir64b-reg.l create mode 100644 gas/testsuite/gas/i386/x86-64-movdir64b-reg.s