mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
* ld/testsuite/ld-elf/elf.exp: Execute array_tests_pie tests on *-*-gnu*, too.
This commit is contained in:
parent
ce2486ab20
commit
3fee20efd3
@ -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.
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user