mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
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:
parent
7f6ec89fec
commit
b4dc22a87d
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user