diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2005-03-03 15:01:49 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2005-03-03 15:01:49 +0000 |
commit | b271558791f27c19cd5031820b977f2e181edde3 (patch) | |
tree | 31f12fd4faba11f30b24c8135f8cfdcf87e7a568 /gas/testsuite | |
parent | f991b11ef809c8cbdc36395d254bc84761d3ce4a (diff) | |
download | fsf-binutils-gdb-b271558791f27c19cd5031820b977f2e181edde3.zip fsf-binutils-gdb-b271558791f27c19cd5031820b977f2e181edde3.tar.gz fsf-binutils-gdb-b271558791f27c19cd5031820b977f2e181edde3.tar.bz2 |
* gas/mips/mips.exp: Move tls tests to main $elf block.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/mips/mips.exp | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index d705527..e81a297 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -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 diff --git a/gas/testsuite/gas/mips/mips.exp b/gas/testsuite/gas/mips/mips.exp index b1772a3..2ea3360 100644 --- a/gas/testsuite/gas/mips/mips.exp +++ b/gas/testsuite/gas/mips/mips.exp @@ -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 { |