mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 12:22:20 +08:00
2002-03-15 Chris G. Demetriou <cgd@broadcom.com>
* gas/mips/mips.exp: Use elf-rel2 and elfel-rel2 for mipsisa32*-*-* targets, rather than e32-rel2 and e32el-rel2.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2002-03-15 Chris G. Demetriou <cgd@broadcom.com>
|
||||
|
||||
* gas/mips/mips.exp: Use elf-rel2 and elfel-rel2 for
|
||||
mipsisa32*-*-* targets, rather than e32-rel2 and e32el-rel2.
|
||||
|
||||
2002-03-14 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* gas/mmix/weak1.d, gas/mmix/weak1.d: New test.
|
||||
|
@ -179,14 +179,17 @@ if { [istarget mips*-*-*] } then {
|
||||
run_dump_test "mips-abi32-pic"
|
||||
|
||||
run_dump_test "elf${el}-rel"
|
||||
if [istarget mips64*-*-*] {
|
||||
if {[istarget mips64*-*-*] || [istarget mipsisa32*-*-*]} {
|
||||
run_dump_test "elf${el}-rel2"
|
||||
run_dump_test "elf-rel4"
|
||||
} {
|
||||
} else {
|
||||
run_dump_test "e32${el}-rel2"
|
||||
run_dump_test "e32-rel4"
|
||||
}
|
||||
run_dump_test "elf${el}-rel3"
|
||||
if {[istarget mips64*-*-*]} {
|
||||
run_dump_test "elf-rel4"
|
||||
} else {
|
||||
run_dump_test "e32-rel4"
|
||||
}
|
||||
run_dump_test "elf-rel5"
|
||||
run_dump_test "${tmips}${el}empic"
|
||||
run_dump_test "empic2"
|
||||
|
Reference in New Issue
Block a user