aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-selective
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-08-10 12:48:52 +0000
committerAlan Modra <amodra@gmail.com>2002-08-10 12:48:52 +0000
commit2548cbcc14abe396cdb4aa2258d075d0bee86c74 (patch)
treed016d63d9430e9fac930010c29ef641c43a586d0 /ld/testsuite/ld-selective
parentb063e7a269b0493ce192d76a85c41fe16210dcd4 (diff)
downloadgdb-2548cbcc14abe396cdb4aa2258d075d0bee86c74.zip
gdb-2548cbcc14abe396cdb4aa2258d075d0bee86c74.tar.gz
gdb-2548cbcc14abe396cdb4aa2258d075d0bee86c74.tar.bz2
* ld-discard/discard.exp: Don't run on linuxaout or linuxoldld.
* ld-linkonce/linkonce.exp: Likewise. * ld-selective/sel-dump.exp: Likewise. * ld-selective/selective.exp: Don't run on aout or bout.
Diffstat (limited to 'ld/testsuite/ld-selective')
-rw-r--r--ld/testsuite/ld-selective/sel-dump.exp5
-rw-r--r--ld/testsuite/ld-selective/selective.exp4
2 files changed, 8 insertions, 1 deletions
diff --git a/ld/testsuite/ld-selective/sel-dump.exp b/ld/testsuite/ld-selective/sel-dump.exp
index e99d5ae..273271c 100644
--- a/ld/testsuite/ld-selective/sel-dump.exp
+++ b/ld/testsuite/ld-selective/sel-dump.exp
@@ -25,6 +25,11 @@ if { ![istarget *-*-linux*]
return
}
+if { [istarget *-*-linux*aout*] \
+ || [istarget *-*-linux*oldld*] } {
+ return
+}
+
load_lib ld-lib.exp
set test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]]
diff --git a/ld/testsuite/ld-selective/selective.exp b/ld/testsuite/ld-selective/selective.exp
index 902600a..e88ce1f 100644
--- a/ld/testsuite/ld-selective/selective.exp
+++ b/ld/testsuite/ld-selective/selective.exp
@@ -20,7 +20,9 @@
# AOUT based ports do not support selective linking
-if {[istarget "vax-*-ultrix*"]} {
+if {[istarget "*-*-*aout*"] \
+ || [istarget "*-*-*bout*"] \
+ || [istarget "vax-*-ultrix*"]} {
return
}