diff options
author | Chris Demetriou <cgd@google.com> | 2002-05-31 16:48:07 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2002-05-31 16:48:07 +0000 |
commit | b4dc22a87dd75af9789ccb52ca52f5bbbcdf4bd9 (patch) | |
tree | 5668811c980324bf8a53b122936621e3500f9a99 /gas | |
parent | 7f6ec89fec70e25299f1ca77a80df4fa87206539 (diff) | |
download | binutils-gdb-b4dc22a87dd75af9789ccb52ca52f5bbbcdf4bd9.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/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips.exp | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index e1d67cd964f..77d08207dd8 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 b357decf5cb..3dbec9c941b 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" |