* ld/testsuite/ld-elf/elf.exp: Execute array_tests_pie tests on *-*-gnu*, too.
authorThomas Schwinge <tschwinge@gnu.org>
Wed, 22 Jun 2011 05:55:05 +0000 (05:55 +0000)
committerThomas Schwinge <tschwinge@gnu.org>
Wed, 22 Jun 2011 05:55:05 +0000 (05:55 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-elf/elf.exp

index d764ae4c8bd870721f5cef055e28905f62b7762f..75c0c09ab8155e1370f395470c62467c4f50d7d9 100644 (file)
@@ -1,3 +1,7 @@
+2011-06-22  Thomas Schwinge  <thomas@schwinge.name>
+
+       * ld-elf/elf.exp: Execute array_tests_pie tests on *-*-gnu*, too.
+
 2011-06-20  H.J. Lu  <hongjiu.lu@intel.com>
 
        * ld-ifunc/ifunc-1-local-x86.d: Adjusted.
index ff0f03e28817861b8a990dc271974af8e40ced18..da24bed56bcdc1431af7661aeb03b8d2ca2746a2 100644 (file)
@@ -150,8 +150,8 @@ set array_tests_static {
 set xfails [list "*-*-netbsdelf*"]
 run_ld_link_exec_tests $xfails $array_tests
 
-# Run PIE tests only on Linux.
-if { [istarget "*-*-linux*"] } {
+if { [istarget *-*-linux*]
+     || [istarget *-*-gnu*] } {
     run_ld_link_exec_tests $xfails $array_tests_pie
 }
 
This page took 0.026016 seconds and 4 git commands to generate.