public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Fix test to disable selective linker checks for PE targets
@ 1999-11-01  8:31 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 1999-11-01  8:31 UTC (permalink / raw)
  To: binutils

Hi Guys,

  I have checked in the following small patch.  It fixes the
  selective linking tests so that they are disabled for PE based
  targets.  The previous version of the code silently failed to do
  this.

Cheers
	Nick


1999-11-01  Nick Clifton  <nickc@cygnus.com>

	* ld-selective/selective.exp: Fix test to disable these checks for
	PE based targets.

Index: ld-selective/selective.exp
===================================================================
RCS file: /cvs/binutils/binutils/ld/testsuite/ld-selective/selective.exp,v
retrieving revision 1.2
diff -p -r1.2 selective.exp
*** selective.exp	1999/10/29 15:31:54	1.2
--- selective.exp	1999/11/01 16:28:05
***************
*** 20,26 ****
  
  
  # COFF based ports do not support selective linking
! if {[istarget "*-*-coff" "*-*-pe"]} {
    return
  }
  
--- 20,29 ----
  
  
  # COFF based ports do not support selective linking
! if {[istarget "*-*-coff"]} {
!   return
! }
! if {[istarget "*-*-pe"]} {
    return
  }
  

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-11-01  8:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-01  8:31 Fix test to disable selective linker checks for PE targets Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).