From: ian AT cygnus DOT com (Ian Lance Taylor) Subject: Re: ld bug 3 Jul 1998 15:54:02 -0700 Message-ID: <199807032223.SAA05987.cygnus.cygwin32.developers@subrogation.cygnus.com> References: <01BD81EB DOT 237E9D80 AT sos> To: sos AT buggy DOT prospect DOT com DOT ru Cc: cygwin32-developers AT cygnus DOT com From: Sergey Okhapkin Date: Sun, 17 May 1998 23:25:53 +0400 If input objects contains a section not defined in a linker's script, ld produces "invalid Windows NT image" because this section is not aligned on a page boundary. I've reworked the way the linker handles grouped and orphaned sections. That should fix this problem. The new sources can be found in the binutils daily snapshot directory: ftp://ftp.cygnus.com/private/gas They'll be there as of tomorrow's snapshot--980704. I'd like to hear about any problems that people encounter. Ian