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.
This commit is contained in:
Chris Demetriou 2002-05-31 16:48:07 +00:00
parent 7f6ec89fec
commit b4dc22a87d
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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"