OSDN Git Service

binutils/
authorhjl <hjl>
Sat, 22 Dec 2007 14:06:30 +0000 (14:06 +0000)
committerhjl <hjl>
Sat, 22 Dec 2007 14:06:30 +0000 (14:06 +0000)
commitdad6f3c8a9368851b8aa55b5c9b8c5f448c5341f
treea2e30cf5246492b011203f6e10e92f4aaa9c4cd0
parent4e8fae345d23746ee49e66d64a11f92ad921088f
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