OSDN Git Service

gas/testsuite/
authorhjl <hjl>
Mon, 12 Jun 2006 18:59:35 +0000 (18:59 +0000)
committerhjl <hjl>
Mon, 12 Jun 2006 18:59:35 +0000 (18:59 +0000)
commit78de39deaed47f150f2acb627482768809d35e34
tree46c4488124d0a4f7966c893d46eb5034ef2d4c71
parent339d08b4ccd9f092a6a34f95cbc1e82d7527794f
gas/testsuite/

2006-06-12  H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/i386.exp: Run nops and x86-64-nops.

* gas/i386/nops.d: New file.
* gas/i386/nops.s: Likewise.
* gas/i386/x86-64-nops.d: Likewise.
* gas/i386/x86-64-nops.s: Likewise.

include/opcode/

2006-06-12  H.J. Lu  <hongjiu.lu@intel.com>

* i386.h (i386_optab): Add "nop" with memory reference.

opcodes/

2006-06-12  H.J. Lu  <hongjiu.lu@intel.com>

* i386-dis.c (dis386_twobyte): Use "nopQ" for 0x1f.
(twobyte_has_modrm): Set 1 for 0x1f.
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/nops.d [new file with mode: 0644]
gas/testsuite/gas/i386/nops.s [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-nops.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-nops.s [new file with mode: 0644]
include/opcode/ChangeLog
include/opcode/i386.h
opcodes/ChangeLog
opcodes/i386-dis.c