This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch installed to fix spurious h8300-coff failures


Since the h8300 tests I added recently assumed an elf target,
they should have gone into h8300-elf.exp.

Tested on h8300-elf and h8300-coff.  Committed as obvious.

Richard


	* gas/h8300/h8300.exp (h8sx_disp2, h8sx_rtsl, h8sx_mov_imm): Move...
	* gas/h8300/h8300-elf.exp: ...here.

Index: gas/testsuite/gas/h8300/h8300.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/h8300/h8300.exp,v
retrieving revision 1.6
diff -c -d -p -F^\([(a-zA-Z0-9_]\|#define\) -r1.6 h8300.exp
*** gas/testsuite/gas/h8300/h8300.exp	10 Jun 2003 07:33:46 -0000	1.6
--- gas/testsuite/gas/h8300/h8300.exp	24 Jun 2003 13:31:00 -0000
*************** if [istarget h8300*-*-*] then {
*** 2167,2176 ****
  
      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\]*] ]
--- 2167,2172 ----
Index: gas/testsuite/gas/h8300/h8300-elf.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/h8300/h8300-elf.exp,v
retrieving revision 1.2
diff -c -d -p -F^\([(a-zA-Z0-9_]\|#define\) -r1.2 h8300-elf.exp
*** gas/testsuite/gas/h8300/h8300-elf.exp	5 Sep 2001 02:05:06 -0000	1.2
--- gas/testsuite/gas/h8300/h8300-elf.exp	24 Jun 2003 13:31:00 -0000
*************** if [istarget h8300*-*-elf] then {
*** 277,280 ****
--- 277,284 ----
  
      # 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
  }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]