Fixed test to disable these checks if the target is PE based.

This commit is contained in:
Nick Clifton 1999-11-01 16:29:06 +00:00
parent 05d26f04bc
commit 197d87f8ec
2 changed files with 9 additions and 1 deletions

View 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.

View File

@ -20,7 +20,10 @@
# COFF based ports do not support selective linking
if {[istarget "*-*-coff" "*-*-pe"]} {
if {[istarget "*-*-coff"]} {
return
}
if {[istarget "*-*-pe"]} {
return
}