summaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorChris Demetriou <cgd@broadcom.com>2002-05-31 16:48:07 +0000
committerChris Demetriou <cgd@broadcom.com>2002-05-31 16:48:07 +0000
commitfd6ad08281b43f2bbdb4d3139c2764180ceb03df (patch)
treec55f38a7a89a517be1bee5d9fd751bb299250221 /gas
parenta17455d8fd9e94f564e9c7de5b994dc748a5928c (diff)
downloadbinutils-redhat-fd6ad08281b43f2bbdb4d3139c2764180ceb03df.tar.gz
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.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/ChangeLog5
-rw-r--r--gas/testsuite/gas/mips/mips.exp3
2 files changed, 7 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index e1d67cd964..77d08207dd 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
2002-05-30 Chris G. Demetriou <cgd@broadcom.com>
* gas/mips/mips64-mdmx.s: Tweak to more thoroughly cover
diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp
index b357decf5c..3dbec9c941 100644
--- a/gas/testsuite/gas/mips/mips.exp
+++ b/gas/testsuite/gas/mips/mips.exp
@@ -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"