From: ian AT cygnus DOT com (Ian Lance Taylor) Subject: Re: what can link.exe do that cygwin32-ld can't ? 13 Jul 1997 21:18:34 -0700 Sender: mail AT cygnus DOT com Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <199707140326.UAA03613.cygnus.gnu-win32@sanguine.cygnus.com> Original-To: gnu-win32 AT cygnus DOT com In-reply-to: <33c7beb6.47428715@smtp.netzone.com> (*jeffdb@netzone.nospam.com) Original-Sender: owner-gnu-win32 AT cygnus DOT com From: *jeffdb AT netzone DOT nospam DOT com (Mikey) Date: Sun, 13 Jul 1997 19:43:38 GMT Is this the fix? | | *** gas/config/obj-coff.c~ Wed Dec 31 16:01:33 1969 | | --- gas/config/obj-coff.c Sun Mar 23 14:20:52 1997 | | *************** | | *** 3176,3183 **** | | --- 3176,3185 ---- | | { | | long size; | | | | + #ifndef TE_PE | | segment_info[i].scnhdr.s_paddr = addr; | | segment_info[i].scnhdr.s_vaddr = addr; | | + #endif | | | | if (segment_info[i].scnhdr.s_name[0]) | | { | That isn't the right fix, no. The correct fix will be in the B19 release. As far as I know, that patch will suffice for B18, though. and if so, does this fix makeing .reloc dll's & exe's with B18? Doesn't that have more to do with running ld and dlltool multiple times? Ian - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".