Message-Id: <199907191506.PAA22994@out5.ibm.net> From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Mon, 19 Jul 1999 11:06:33 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Binutils linker script template X-mailer: Pegasus Mail for Win32 (v3.11) Reply-To: djgpp-workers AT delorie DOT com Hi again, Well, I've played around with the linker script template so the output of go32.x is the same as djgpp.djl plus the changes neccessary for .gnu.linkonce. I haven't made any changes to make the output format to coff-go32-exe when appropriate in the script template, should I also make this change? Here's the revised template so far (any bad formatting was done by mail program): # Linker script for 386 go32 (DJGPP) # DJ Delorie (dj AT delorie DOT com) test -z "$ENTRY" && ENTRY=start cat <