Run dw2-compress-2 only for 32bit.
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 16 Jul 2010 19:12:47 +0000 (19:12 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 16 Jul 2010 19:12:47 +0000 (19:12 +0000)
2010-07-16  H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/i386.exp: Run dw2-compress-2 only for 32bit.

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

index aca2626d1c737112e22d7010b1270773f81d441f..ff947694044d198d68d5ba9b1195bc3488c05a4d 100644 (file)
@@ -1,3 +1,7 @@
+2010-07-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gas/i386/i386.exp: Run dw2-compress-2 only for 32bit.
+
 2010-07-14  Rhonda Wittels  <rhonda@codesourcery.com>
 
        * gas/elf/pseudo.s: New.
index 1c8fb7975e59ac48b639cabf59051d7ee69d5fc2..db837a190df0b3a726ae42de1ccf28b6b35d31a9 100644 (file)
@@ -213,6 +213,10 @@ if [expr ([istarget "i*86-*-*"] ||  [istarget "x86_64-*-*"]) && [gas_32_check]]
        run_list_test "l1om-inval" "-march=l1om --32"
        run_dump_test "localpic"
        run_dump_test "debug1"
+
+       if [expr [istarget "*-*-linux*"]] then {
+           run_dump_test "dw2-compress-2"
+       }
     }
 
     # This is a PE specific test.
@@ -238,7 +242,6 @@ if [expr [istarget "i*86-*-*"] || [istarget "x86_64-*-*"]] then {
     }
     if [expr [istarget "*-*-linux*"]] then {
        run_dump_test "dw2-compress-1"
-       run_dump_test "dw2-compress-2"
     }
 }
 
This page took 0.030079 seconds and 4 git commands to generate.