From b271558791f27c19cd5031820b977f2e181edde3 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Thu, 3 Mar 2005 15:01:49 +0000 Subject: [PATCH] * gas/mips/mips.exp: Move tls tests to main $elf block. --- gas/testsuite/ChangeLog | 4 ++++ 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 + + * gas/mips/mips.exp: Move tls tests to main $elf block. + 2005-03-03 Nick Clifton * 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 { -- 2.7.4