This is the mail archive of the binutils@sourceware.org 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]

ld-h8300 tests


Fixes a number of h8300-rtems fails.

	* ld-h8300/h8300.exp: Use is_elf_format.

Index: ld/testsuite/ld-h8300/h8300.exp
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-h8300/h8300.exp,v
retrieving revision 1.10
diff -u -p -r1.10 h8300.exp
--- ld/testsuite/ld-h8300/h8300.exp	2 Sep 2009 07:25:39 -0000	1.10
+++ ld/testsuite/ld-h8300/h8300.exp	28 Sep 2010 23:12:07 -0000
@@ -29,7 +29,7 @@ if ![istarget h8300-*-*] {
 
 run_dump_test relax
 
-if {[istarget *-elf]} {
+if [is_elf_format] {
     run_dump_test relax-2
     run_dump_test relax-3
     run_dump_test relax-4

-- 
Alan Modra
Australia Development Lab, IBM


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