* ld/testsuite/ld-elf/elf.exp: Execute array_tests_pie tests on *-*-gnu*, too.

This commit is contained in:
Thomas Schwinge 2011-06-22 05:55:05 +00:00
parent ce2486ab20
commit 3fee20efd3
2 changed files with 6 additions and 2 deletions

View 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.

View 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
}