binutils/
commit5a942d767d2a075f39d6f29efecbee3d856804df
authorH.J. Lu <hjl@lucon.org>
Sat, 22 Dec 2007 14:06:31 +0000 (22 14:06 +0000)
committerH.J. Lu <hjl@lucon.org>
Sat, 22 Dec 2007 14:06:31 +0000 (22 14:06 +0000)
tree09c760fffd8a1d7cd739e81e015604d25307029a
parent872287b401a676d7b500aa8e9470f09c4a8eb36f
binutils/

2007-12-22  H.J. Lu  <hongjiu.lu@intel.com>

* doc/binutils.texi: Document the new intel-mnemonic and
intel-mnemonic options for i386 disassembler.

gas/testsuite/

2007-12-22  H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/compat-intel.d: New file.
* gas/i386/compat.d: Likewise.
* gas/i386/compat.s: Likewise.

* gas/i386/i386.exp: Run compat.

opcodes/

2007-12-22  H.J. Lu  <hongjiu.lu@intel.com>

* i386-dis.c (intel_mnemonic): New.
(print_i386_disassembler_options): Display att-mnemonic and
intel-mnemonic options.
(print_insn): Handle att-mnemonic and intel-mnemonic.
(float_reg): Replace SYSV386_COMPAT with "!M" and "M".
(putop): Handle "!M" and "M".
binutils/ChangeLog
binutils/doc/binutils.texi
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/compat-intel.d [new file with mode: 0644]
gas/testsuite/gas/i386/compat.d [new file with mode: 0644]
gas/testsuite/gas/i386/compat.s [new file with mode: 0644]
gas/testsuite/gas/i386/i386.exp
opcodes/ChangeLog
opcodes/i386-dis.c