+2020-06-15 Alan Modra <amodra@gmail.com>
+
+ * testsuite/ld-scripts/include.exp: Don't load ld-lib.exp.
+ * testsuite/ld-scripts/phdrs3.exp: Likewise.
+ * testsuite/ld-scripts/rgn-at.exp: Likewise.
+ * testsuite/ld-scripts/rgn-over.exp: Likewise.
+ * testsuite/ld-scripts/sort.exp: Likewise.
+ * testsuite/ld-discard/discard.exp: Likewise. Use is_elf_format.
+
2020-06-15 Alan Modra <amodra@gmail.com>
PR 26103
# Test for ELF here, so we don't have to qualify on ELF specifically
# in every .d-file.
-if { ![istarget *-*-linux*]
- && ![istarget *-*-gnu*]
- && ![istarget *-*-nacl*]
- && ![istarget hppa*64*-*-hpux*]
- && ![istarget arm*-*-uclinuxfdpiceabi]
- && ![istarget *-*-elf] } {
+if { ![is_elf_format] } {
return
}
-load_lib ld-lib.exp
-
set test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
for { set i 0 } { $i < [llength $test_list] } { incr i } {
# We need to strip the ".d", but can leave the dirname.
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
# MA 02110-1301, USA.
-load_lib ld-lib.exp
-
if [is_aout_format] {
return
}
return
}
-load_lib ld-lib.exp
-
set testname "PHDRS headers"
set old_ldflags $LDFLAGS
return
}
-load_lib ld-lib.exp
-
set test_list [lsort [glob -nocomplain $srcdir/$subdir/rgn-at*.d]]
foreach test_file $test_list {
set test_name [file rootname $test_file]
return
}
-load_lib ld-lib.exp
-
set old_ldflags $LDFLAGS
if { [istarget spu*-*-*] } {
set LDFLAGS "$LDFLAGS --no-overlays"
return
}
-load_lib ld-lib.exp
-
set sort_test_list [lsort [glob -nocomplain $srcdir/$subdir/sort*.d]]
for { set i 0 } { $i < [llength $sort_test_list] } { incr i } {
verbose [file rootname [lindex $sort_test_list $i]]