Fixed test to disable these checks if the target is PE based.
authorNick Clifton <nickc@redhat.com>
Mon, 1 Nov 1999 16:29:06 +0000 (16:29 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 1 Nov 1999 16:29:06 +0000 (16:29 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-selective/selective.exp

index f2060e4..5e78e84 100644 (file)
@@ -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.
index c8bbdef..4ab5872 100644 (file)
 
 
 # COFF based ports do not support selective linking
-if {[istarget "*-*-coff" "*-*-pe"]} {
+if {[istarget "*-*-coff"]} {
+  return
+}
+if {[istarget "*-*-pe"]} {
   return
 }