* gas/mips/mips.exp: Move tls tests to main $elf block.

This commit is contained in:
Richard Sandiford 2005-03-03 15:01:49 +00:00
parent f991b11ef8
commit b271558791
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2005-03-03 Richard Sandiford <rsandifo@redhat.com>
* gas/mips/mips.exp: Move tls tests to main $elf block.
2005-03-03 Nick Clifton <nickc@redhat.com>
* gas/arm/arch6zk.s: Add three nop instructions in order to pad

View File

@ -336,11 +336,6 @@ proc run_list_test_arches { name opts arch_list } {
foreach arch $arch_list {
run_list_test_arch "$name" "$opts" "$arch"
}
if $elf {
run_list_test "tls-ill" "-32"
run_dump_test "tls-o32"
}
}
@ -690,6 +685,9 @@ if { [istarget mips*-*-*] } then {
}
run_dump_test "elf-consthilo"
run_dump_test "expr1"
run_list_test "tls-ill" "-32"
run_dump_test "tls-o32"
}
if $has_newabi {