mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
* ld/testsuite/ld-elf/elf.exp: Execute array_tests_pie tests on *-*-gnu*, too.
This commit is contained in:
@ -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>
|
2011-06-20 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* ld-ifunc/ifunc-1-local-x86.d: Adjusted.
|
* ld-ifunc/ifunc-1-local-x86.d: Adjusted.
|
||||||
|
@ -150,8 +150,8 @@ set array_tests_static {
|
|||||||
set xfails [list "*-*-netbsdelf*"]
|
set xfails [list "*-*-netbsdelf*"]
|
||||||
run_ld_link_exec_tests $xfails $array_tests
|
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
|
run_ld_link_exec_tests $xfails $array_tests_pie
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user