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 74fb338f46 Automatic date update in version.in new 507916b855 x86: drop stray W new a2cebd03fa x86: slightly rearrange struct insn_template new 3cc17af589 x86: re-do "shorthand" handling new a961a1e174 x86: add tests to cover defaulting of operand sizes for ambi [...]
The 4 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 | 12 + gas/config/tc-i386.c | 11 +- gas/testsuite/gas/i386/i386.exp | 3 + gas/testsuite/gas/i386/noreg16.d | 67 + gas/testsuite/gas/i386/noreg16.s | 61 + gas/testsuite/gas/i386/noreg32.d | 67 + gas/testsuite/gas/i386/noreg32.s | 60 + gas/testsuite/gas/i386/noreg64.d | 67 + gas/testsuite/gas/i386/noreg64.s | 60 + opcodes/ChangeLog | 29 + opcodes/i386-gen.c | 82 +- opcodes/i386-opc.h | 12 +- opcodes/i386-opc.tbl | 24 +- opcodes/i386-reg.tbl | 354 +- opcodes/i386-tbl.h | 7836 +++++++++++++++++++------------------- 15 files changed, 4590 insertions(+), 4155 deletions(-) create mode 100644 gas/testsuite/gas/i386/noreg16.d create mode 100644 gas/testsuite/gas/i386/noreg16.s create mode 100644 gas/testsuite/gas/i386/noreg32.d create mode 100644 gas/testsuite/gas/i386/noreg32.s create mode 100644 gas/testsuite/gas/i386/noreg64.d create mode 100644 gas/testsuite/gas/i386/noreg64.s