aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-linkonce/linkonce.exp
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-linkonce/linkonce.exp')
-rw-r--r--ld/testsuite/ld-linkonce/linkonce.exp7
1 files changed, 6 insertions, 1 deletions
diff --git a/ld/testsuite/ld-linkonce/linkonce.exp b/ld/testsuite/ld-linkonce/linkonce.exp
index 2e24d28..4544930 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]]