gas/testsuite/
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 29 Mar 2005 19:30:47 +0000 (19:30 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 29 Mar 2005 19:30:47 +0000 (19:30 +0000)
commit4cc91dba12d0461b0fd31b02bdb53c1a2ee87088
treec4447e5cdd10fc04d6d47d6e1b5e417ce96e558c
parentf0953f9df267994bec3c76edd7a414d3a536d9d8
gas/testsuite/

2005-03-29  H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/i386.exp: Run segment and inval-seg for i386. Run
x86-64-segment and x86-64-inval-seg for x86-64.

* gas/i386/intel.d: Expect movw for moving between memory and
segment register.
* gas/i386/naked.d: Likewise.
* gas/i386/opcode.d: Likewise.
* gas/i386/x86-64-opcode.d: Likewise.

* gas/i386/opcode.s: Use movw for moving between memory and
segment register.
* gas/i386/x86-64-opcode.s: Likewise.

* : Likewise.

* gas/i386/inval-seg.l: New.
* gas/i386/inval-seg.s: New.
* gas/i386/segment.l: New.
* gas/i386/segment.s: New.
* gas/i386/x86-64-inval-seg.l: New.
* gas/i386/x86-64-inval-seg.s: New.
* gas/i386/x86-64-segment.l: New.
* gas/i386/x86-64-segment.s: New.

include/opcode/

2005-03-29  H.J. Lu  <hongjiu.lu@intel.com>

* i386.h (i386_optab): Don't allow the `l' suffix for moving
moving between memory and segment register. Allow movq for
moving between general-purpose register and segment register.

opcodes/

2005-03-29  H.J. Lu  <hongjiu.lu@intel.com>

* i386-dis.c (SEG_Fixup): New.
(Sv): New.
(dis386): Use "Sv" for 0x8c and 0x8e.
20 files changed:
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/intel.d
gas/testsuite/gas/i386/inval-seg.l [new file with mode: 0644]
gas/testsuite/gas/i386/inval-seg.s [new file with mode: 0644]
gas/testsuite/gas/i386/naked.d
gas/testsuite/gas/i386/opcode.d
gas/testsuite/gas/i386/opcode.s
gas/testsuite/gas/i386/segment.l [new file with mode: 0644]
gas/testsuite/gas/i386/segment.s [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-inval-seg.l [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-inval-seg.s [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-opcode.d
gas/testsuite/gas/i386/x86-64-opcode.s
gas/testsuite/gas/i386/x86-64-segment.l [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-segment.s [new file with mode: 0644]
include/opcode/ChangeLog
include/opcode/i386.h
opcodes/ChangeLog
opcodes/i386-dis.c