OSDN Git Service

gas/testsuite/
authorhjl <hjl>
Tue, 29 Mar 2005 19:30:44 +0000 (19:30 +0000)
committerhjl <hjl>
Tue, 29 Mar 2005 19:30:44 +0000 (19:30 +0000)
commit9592f09fca136b751871c24b4be3640c5e4f85c0
tree58a8ae591d609737e5bd94959ceaae483f24a239
parent8e2285e57ff4c19817dbd10215cbdf2f89e9ca13
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