From: Richard Sandiford Date: Tue, 24 Jun 2003 13:54:49 +0000 (+0000) Subject: * gas/h8300/h8300.exp (h8sx_disp2, h8sx_rtsl, h8sx_mov_imm): Move... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6990d625c8b0d2597c0c2016b44804df02c638e0;p=binutils-gdb.git * gas/h8300/h8300.exp (h8sx_disp2, h8sx_rtsl, h8sx_mov_imm): Move... * gas/h8300/h8300-elf.exp: ...here. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 967c85af035..4245fd2dfbc 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-06-24 Richard Sandiford + + * gas/h8300/h8300.exp (h8sx_disp2, h8sx_rtsl, h8sx_mov_imm): Move... + * gas/h8300/h8300-elf.exp: ...here. + 2003-06-23 H.J. Lu * gas/i386/i386.exp: Add prescott. diff --git a/gas/testsuite/gas/h8300/h8300-elf.exp b/gas/testsuite/gas/h8300/h8300-elf.exp index 66e2dfe8827..51f4dbe7d88 100644 --- a/gas/testsuite/gas/h8300/h8300-elf.exp +++ b/gas/testsuite/gas/h8300/h8300-elf.exp @@ -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 } diff --git a/gas/testsuite/gas/h8300/h8300.exp b/gas/testsuite/gas/h8300/h8300.exp index 2aa2b061360..a34876e019c 100644 --- a/gas/testsuite/gas/h8300/h8300.exp +++ b/gas/testsuite/gas/h8300/h8300.exp @@ -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\]*] ]