* 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 d764ae4..75c0c09 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 ff0f03e..da24bed 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
 }