mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
* gas/mips/mips.exp (el): New variable.
Use it to pick ELF reloc tests.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2001-07-31 Richard Sandiford <rsandifo@redhat.com>
|
||||||
|
|
||||||
|
* gas/mips/mips.exp (el): New variable.
|
||||||
|
Use it to pick ELF reloc tests.
|
||||||
|
|
||||||
2001-07-26 Chris Demetriou <cgd@broadcom.com>
|
2001-07-26 Chris Demetriou <cgd@broadcom.com>
|
||||||
|
|
||||||
* gas/mips/lif-empic.d: Add back dollar signs before floating
|
* gas/mips/lif-empic.d: Add back dollar signs before floating
|
||||||
|
@ -29,6 +29,11 @@ if { [istarget mips*-*-*] } then {
|
|||||||
} else {
|
} else {
|
||||||
set tmips ""
|
set tmips ""
|
||||||
}
|
}
|
||||||
|
if [istarget mips*el-*-*] {
|
||||||
|
set el el
|
||||||
|
} {
|
||||||
|
set el ""
|
||||||
|
}
|
||||||
|
|
||||||
run_dump_test "abs"
|
run_dump_test "abs"
|
||||||
run_dump_test "add"
|
run_dump_test "add"
|
||||||
@ -131,50 +136,18 @@ if { [istarget mips*-*-*] } then {
|
|||||||
run_dump_test "elf_e_flags3"
|
run_dump_test "elf_e_flags3"
|
||||||
run_dump_test "elf_e_flags4"
|
run_dump_test "elf_e_flags4"
|
||||||
|
|
||||||
if [istarget mips*el-*-*] {
|
run_dump_test "elf${el}-rel"
|
||||||
run_dump_test "elfel-rel"
|
|
||||||
} {
|
|
||||||
run_dump_test "elf-rel"
|
|
||||||
}
|
|
||||||
|
|
||||||
if [istarget mips64*-*-*] {
|
if [istarget mips64*-*-*] {
|
||||||
if [istarget mips*el-*-*] {
|
run_dump_test "elf${el}-rel2"
|
||||||
run_dump_test "elfel-rel2"
|
|
||||||
} {
|
} {
|
||||||
run_dump_test "elf-rel2"
|
run_dump_test "e32${el}-rel2"
|
||||||
}
|
}
|
||||||
} {
|
run_dump_test "elf${el}-rel3"
|
||||||
if [istarget mips*el-*-*] {
|
run_dump_test "${tmips}${el}empic"
|
||||||
run_dump_test "e32el-rel2"
|
|
||||||
} {
|
|
||||||
run_dump_test "e32-rel2"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if [istarget mips*el-*-*] {
|
|
||||||
run_dump_test "elfel-rel3"
|
|
||||||
} {
|
|
||||||
run_dump_test "elf-rel3"
|
|
||||||
}
|
|
||||||
|
|
||||||
if [istarget mips*el-*-*] {
|
|
||||||
run_dump_test "${tmips}elempic"
|
|
||||||
} {
|
|
||||||
run_dump_test "${tmips}empic"
|
|
||||||
}
|
|
||||||
|
|
||||||
if { !$no_mips16 } {
|
if { !$no_mips16 } {
|
||||||
if [istarget mips*el-*-*] {
|
run_dump_test "${tmips}mips${el}16-e"
|
||||||
run_dump_test "${tmips}mipsel16-e"
|
|
||||||
} {
|
|
||||||
run_dump_test "${tmips}mips16-e"
|
|
||||||
}
|
|
||||||
setup_xfail "mips*-*-*"
|
setup_xfail "mips*-*-*"
|
||||||
if [istarget mips*el-*-*] {
|
run_dump_test "mips${el}16-f"
|
||||||
run_dump_test "mipsel16-f"
|
|
||||||
} {
|
|
||||||
run_dump_test "mips16-f"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user