diff options
author | Alan Modra <amodra@gmail.com> | 2002-08-10 12:48:52 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-08-10 12:48:52 +0000 |
commit | 2548cbcc14abe396cdb4aa2258d075d0bee86c74 (patch) | |
tree | d016d63d9430e9fac930010c29ef641c43a586d0 /ld/testsuite/ld-selective/selective.exp | |
parent | 2002-08-10 Andrew Cagney <cagney@redhat.com> (diff) | |
download | binutils-gdb-2548cbcc14abe396cdb4aa2258d075d0bee86c74.tar.gz binutils-gdb-2548cbcc14abe396cdb4aa2258d075d0bee86c74.tar.bz2 binutils-gdb-2548cbcc14abe396cdb4aa2258d075d0bee86c74.zip |
* 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/selective.exp')
-rw-r--r-- | ld/testsuite/ld-selective/selective.exp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/testsuite/ld-selective/selective.exp b/ld/testsuite/ld-selective/selective.exp index 902600ae5a3..e88ce1fc4a8 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 } |