diff options
author | Alan Modra <amodra@bigpond.net.au> | 2002-08-10 12:48:52 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2002-08-10 12:48:52 +0000 |
commit | 5bca2076c162cca816fa7092f91aa91e1ab19a54 (patch) | |
tree | d7bbb7eef7016142a51d752b8c11928bdbfbc080 /ld/testsuite/ld-linkonce/linkonce.exp | |
parent | c0d9d2897f665a87b744557b0b135652d7fd013e (diff) | |
download | binutils-redhat-5bca2076c162cca816fa7092f91aa91e1ab19a54.tar.gz |
* 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-linkonce/linkonce.exp')
-rw-r--r-- | ld/testsuite/ld-linkonce/linkonce.exp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ld/testsuite/ld-linkonce/linkonce.exp b/ld/testsuite/ld-linkonce/linkonce.exp index 2e24d28946..4544930659 100644 --- a/ld/testsuite/ld-linkonce/linkonce.exp +++ b/ld/testsuite/ld-linkonce/linkonce.exp @@ -1,5 +1,5 @@ # Expect script for ld linkonce tests -# Copyright 2001 Free Software Foundation, Inc. +# Copyright 2001, 2002 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,6 +28,11 @@ if { ![istarget *-*-linux*] \ return } +if { [istarget *-*-linux*aout*] \ + || [istarget *-*-linux*oldld*] } { + return +} + load_lib ld-lib.exp set rd_test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]] |