aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ld/testsuite/ChangeLog5
-rw-r--r--ld/testsuite/ld-selective/selective.exp5
2 files changed, 9 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index f2060e4..5e78e84b 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+1999-11-01 Nick Clifton <nickc@cygnus.com>
+
+ * ld-selective/selective.exp: Fix test to disable these checks for
+ PE based targets.
+
1999-10-29 Catherine Moore <clm@cygnus.com>
* ld-selective/selective.exp: Remove test6.
diff --git a/ld/testsuite/ld-selective/selective.exp b/ld/testsuite/ld-selective/selective.exp
index c8bbdef..4ab5872 100644
--- a/ld/testsuite/ld-selective/selective.exp
+++ b/ld/testsuite/ld-selective/selective.exp
@@ -20,7 +20,10 @@
# COFF based ports do not support selective linking
-if {[istarget "*-*-coff" "*-*-pe"]} {
+if {[istarget "*-*-coff"]} {
+ return
+}
+if {[istarget "*-*-pe"]} {
return
}