aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorChris Demetriou <cgd@google.com>2002-05-31 16:48:07 +0000
committerChris Demetriou <cgd@google.com>2002-05-31 16:48:07 +0000
commitb4dc22a87dd75af9789ccb52ca52f5bbbcdf4bd9 (patch)
tree5668811c980324bf8a53b122936621e3500f9a99 /gas
parent7f6ec89fec70e25299f1ca77a80df4fa87206539 (diff)
downloadgdb-b4dc22a87dd75af9789ccb52ca52f5bbbcdf4bd9.zip
gdb-b4dc22a87dd75af9789ccb52ca52f5bbbcdf4bd9.tar.gz
gdb-b4dc22a87dd75af9789ccb52ca52f5bbbcdf4bd9.tar.bz2
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 e1d67cd..77d0820 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 b357dec..3dbec9c 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"