mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-20 15:03:31 +08:00
Fixed test to disable these checks if the target is PE based.
This commit is contained in:
parent
05d26f04bc
commit
197d87f8ec
@ -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.
|
||||
|
@ -20,7 +20,10 @@
|
||||
|
||||
|
||||
# COFF based ports do not support selective linking
|
||||
if {[istarget "*-*-coff" "*-*-pe"]} {
|
||||
if {[istarget "*-*-coff"]} {
|
||||
return
|
||||
}
|
||||
if {[istarget "*-*-pe"]} {
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user