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 75c0a43899 x86: Replace AddrPrefixOp0 with AddrPrefixOpReg new c0a30a9f0a 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 | 19 + gas/config/tc-i386.c | 41 + 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 | 48 +- opcodes/i386-gen.c | 10 + opcodes/i386-init.h | 334 +- opcodes/i386-opc.h | 6 + opcodes/i386-opc.tbl | 9 + opcodes/i386-tbl.h | 9975 +++++++++++++------------ 21 files changed, 5484 insertions(+), 5115 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