From: khan AT xraylith DOT wisc DOT edu (Mumit Khan) Subject: Re: ld patch for cygwin32 18 Mar 1998 23:26:11 -0800 Message-ID: References: <199803182300 DOT PAA03582 AT skaro DOT cygnus DOT com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: Geoffrey Noer Cc: Ian Lance Taylor , cygwin32-developers AT cygnus DOT com On Wed, 18 Mar 1998, Geoffrey Noer wrote: > > ------------------------------ snip ------------------------------ > > Index: ld/scripttempl/pe.sc > =================================================================== > RCS file: /cvs/cvsfiles/devo/ld/scripttempl/pe.sc,v > retrieving revision 1.23 > diff -c -p -r1.23 pe.sc > *** pe.sc 1998/02/23 22:48:25 1.23 > --- pe.sc 1998/03/18 22:58:23 > *************** SECTIONS > *** 37,42 **** > --- 37,43 ---- > *(.data2) > ${RELOCATING+*(.data\$*)} > ${RELOCATING+__data_end__ = . ;} > + *(.data_cygwin_nocopy) > } > > .bss ${RELOCATING+BLOCK(__section_alignment__)} : Mikey pointed out that the '*(.data_cygwin_nocopy)' should be wrapped in ${RELOCATING+(...)}. Mumit