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 f2060e4208544228b550e8e6b67e7bb5d0a496ed..5e78e84b08818e7c7f5bddf82a3cd919119d0a1d 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 c8bbdefedc998cb1258c3eabe2d2a4eff4514b3f..4ab5872be28b136b48e939d70b939a6985e9c7ee 100644 (file)
 
 
 # COFF based ports do not support selective linking
-if {[istarget "*-*-coff" "*-*-pe"]} {
+if {[istarget "*-*-coff"]} {
+  return
+}
+if {[istarget "*-*-pe"]} {
   return
 }
 
This page took 0.025015 seconds and 4 git commands to generate.