* gas/h8300/h8300.exp (h8sx_disp2, h8sx_rtsl, h8sx_mov_imm): Move...
* gas/h8300/h8300-elf.exp: ...here.
This commit is contained in:
parent
685736be24
commit
6990d625c8
3 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-06-24 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* gas/h8300/h8300.exp (h8sx_disp2, h8sx_rtsl, h8sx_mov_imm): Move...
|
||||
* gas/h8300/h8300-elf.exp: ...here.
|
||||
|
||||
2003-06-23 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* gas/i386/i386.exp: Add prescott.
|
||||
|
|
|
@ -277,4 +277,8 @@ if [istarget h8300*-*-elf] then {
|
|||
|
||||
# Now some random tests
|
||||
run_dump_test "ffxx1-elf"
|
||||
|
||||
run_dump_test h8sx_disp2
|
||||
run_dump_test h8sx_rtsl
|
||||
run_dump_test h8sx_mov_imm
|
||||
}
|
||||
|
|
|
@ -2167,10 +2167,6 @@ if [istarget h8300*-*-*] then {
|
|||
|
||||
do_h8300h_mov32bug
|
||||
|
||||
run_dump_test h8sx_disp2
|
||||
run_dump_test h8sx_rtsl
|
||||
run_dump_test h8sx_mov_imm
|
||||
|
||||
# Now some random tests
|
||||
set svr4pic [expr [istarget *-*-elf*] || [istarget *-*-irix5*] ]
|
||||
set empic [expr [istarget *-*-ecoff*] || [istarget *-*-ultrix*] || [istarget *-*-irix\[1-4\]*] ]
|
||||
|
|
Loading…
Reference in a new issue