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 589958d6ff3 x86: fix SYSRET disassembly, improve {,V}CVTSI2S{S,D} and PTWRITE new 8bbb3ad806d x86: operand sizing prefixes can disambiguate insns new c423d21a437 x86: move ImmExt processing new 464dc4af9ab x86: drop left-over 4-way alternative disassembler templates new 8f570d62882 x86: make J disassembler macro available for new use
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 | 26 +++ gas/config/tc-i386.c | 32 +++- gas/testsuite/gas/i386/i386.exp | 4 + gas/testsuite/gas/i386/noreg16-data32.d | 152 +++++++++++++++ gas/testsuite/gas/i386/noreg16.d | 14 +- gas/testsuite/gas/i386/noreg16.s | 286 ++++++++++++++-------------- gas/testsuite/gas/i386/noreg32-data16.d | 163 ++++++++++++++++ gas/testsuite/gas/i386/noreg32-data16.e | 11 ++ gas/testsuite/gas/i386/noreg32.s | 306 ++++++++++++++--------------- gas/testsuite/gas/i386/noreg64-data16.d | 161 ++++++++++++++++ gas/testsuite/gas/i386/noreg64-data16.e | 11 ++ gas/testsuite/gas/i386/noreg64-rex64.d | 160 ++++++++++++++++ gas/testsuite/gas/i386/noreg64.s | 328 +++++++++++++++++--------------- opcodes/ChangeLog | 10 + opcodes/i386-dis.c | 23 +-- 15 files changed, 1221 insertions(+), 466 deletions(-) create mode 100644 gas/testsuite/gas/i386/noreg16-data32.d create mode 100644 gas/testsuite/gas/i386/noreg32-data16.d create mode 100644 gas/testsuite/gas/i386/noreg32-data16.e create mode 100644 gas/testsuite/gas/i386/noreg64-data16.d create mode 100644 gas/testsuite/gas/i386/noreg64-data16.e create mode 100644 gas/testsuite/gas/i386/noreg64-rex64.d