X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Mon, 21 Jan 2002 12:02:30 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Andris Pavenis cc: djgpp-workers AT delorie DOT com Subject: Re: Default output format In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 21 Jan 2002, Andris Pavenis wrote: > > It looks like GCC 3.0.1 and later come with a linker script which > > sets the default output format to coff-go32-exe. Older versions > > produced coff-go32. > > > > I don't remember this being discussed, but perhaps I forgot. What > > were the reasons for this change? > > I simply copied binutils linker scripts with some fixes if needed If it was inadvertent, perhaps we should revert to coff-go32 we always used. IIRC, coff-go32-exe raises some problematic issues, like the fact that our spawn* functions recognize it's a .exe executable, while command.com does not.