Run data-1 only for i*86, x86_64 and ia64.
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 2 Aug 2010 22:05:23 +0000 (22:05 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 2 Aug 2010 22:05:23 +0000 (22:05 +0000)
2010-08-02  H.J. Lu  <hongjiu.lu@intel.com>

* elf/elf.exp: Run data-1 only for i*86, x86_64 and ia64.

gas/testsuite/ChangeLog
gas/testsuite/gas/elf/elf.exp

index e3b76a3cb7afc74e0564f42562e7d88cf3fac157..b5d066695a61c5646bc09e01e804154b9d54dac8 100644 (file)
@@ -1,3 +1,7 @@
+2010-08-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * elf/elf.exp: Run data-1 only for i*86, x86_64 and ia64.
+
 2010-08-02  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR gas/11867
index e06db46a9522bd0932346bef1df2599faaaa8ad4..0dcc00082cfc3218ed821295c0df599ee92465c4 100644 (file)
@@ -127,7 +127,12 @@ if { ([istarget "*-*-*elf*"]
            run_dump_test equ-reloc
        }
     }
-    run_dump_test "data-1"
+    if {[istarget "i*86-*-*"]
+       ||  [istarget "x86_64-*-*"]
+       || [istarget "ia64-*-*"]} then {
+       # This is a little endian test. 
+       run_dump_test "data-1"
+    }
     run_dump_test "pseudo"
     run_dump_test "section0" 
     run_dump_test "section1" 
This page took 0.028382 seconds and 4 git commands to generate.