* gas/i386/i386.exp (dw2-compress-1): Only run on ELF targets.
authorAlan Modra <amodra@gmail.com>
Mon, 2 Aug 2010 08:38:45 +0000 (08:38 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 2 Aug 2010 08:38:45 +0000 (08:38 +0000)
(dw2-compress-2, x86-64-dw2-compress-2): Remove unnecessary linux
target test.

gas/testsuite/ChangeLog
gas/testsuite/gas/i386/i386.exp

index 7e27b94d25f868c63ffe08d8ccb736cf5cb0dde0..4cae3f942d060cd5f25f0ef56686a9e87edd10da 100644 (file)
@@ -1,3 +1,9 @@
+2010-08-02  Alan Modra  <amodra@gmail.com>
+
+       * gas/i386/i386.exp (dw2-compress-1): Only run on ELF targets.
+       (dw2-compress-2, x86-64-dw2-compress-2): Remove unnecessary linux
+       target test.
+
 2010-08-02  Alan Modra  <amodra@gmail.com>
 
        * gas/ppc/power4.d: Update for ppc_fix_adjustable change.
index a27a19480d8fd46bb09a8e1279ce5b7bc811a57d..8b36d9d29c5fceb550ae51617b0c1630974e1b0f 100644 (file)
@@ -214,10 +214,8 @@ if [expr ([istarget "i*86-*-*"] ||  [istarget "x86_64-*-*"]) && [gas_32_check]]
        run_dump_test "localpic"
        run_dump_test "debug1"
 
-       if [expr [istarget "*-*-linux*"]] then {
-           setup_xfail "*-*-linux*"
-           run_dump_test "dw2-compress-2"
-       }
+       setup_xfail "*-*-*"
+       run_dump_test "dw2-compress-2"
     }
 
     # This is a PE specific test.
@@ -240,8 +238,6 @@ if [expr [istarget "i*86-*-*"] || [istarget "x86_64-*-*"]] then {
        run_list_test_stdin "list-1" "-al"
        run_list_test_stdin "list-2" "-al"
        run_list_test_stdin "list-3" "-al"
-    }
-    if [expr [istarget "*-*-linux*"]] then {
        run_dump_test "dw2-compress-1"
     }
 }
@@ -407,10 +403,8 @@ if [expr ([istarget "i*86-*-*"] || [istarget "x86_64-*-*"]) && [gas_64_check]] t
        run_dump_test "x86-64-localpic"
        run_dump_test "debug1"
 
-       if [istarget "*-*-linux*"] then {
-           setup_xfail "*-*-linux*"
-           run_dump_test "x86-64-dw2-compress-2"
-       }
+       setup_xfail "*-*-*"
+       run_dump_test "x86-64-dw2-compress-2"
     }
 
     set ASFLAGS "$old_ASFLAGS"
This page took 0.037576 seconds and 4 git commands to generate.