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]

[applied mips patch] use right *-rel2 tests for mipsisa64-elf


obvious.

2002-05-31  Chris G. Demetriou  <cgd@broadcom.com>

	* gas/mips/mips.exp: Use elf-rel2 and elfel-rel2 for
	mipsisa64*-*-* targets, rather than e32-rel2 and e32el-rel2.

Index: gas/mips/mips.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/mips/mips.exp,v
retrieving revision 1.34
diff -u -p -r1.34 mips.exp
--- gas/mips/mips.exp	31 May 2002 01:17:17 -0000	1.34
+++ gas/mips/mips.exp	31 May 2002 16:47:29 -0000
@@ -190,7 +190,8 @@ if { [istarget mips*-*-*] } then {
   	run_dump_test "mips-abi32-pic"
 
 	run_dump_test "elf${el}-rel"
-	if {[istarget mips64*-*-*] || [istarget mipsisa32*-*-*]} { 
+	if {[istarget mips64*-*-*] || [istarget mipsisa32*-*-*]
+	    || [istarget mipsisa64*-*-*]} { 
 	    run_dump_test "elf${el}-rel2"
 	} else {
 	    run_dump_test "e32${el}-rel2"


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