From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Thu, 18 Jan 2001 17:47:21 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Where does gcc -o foo make foo.exe Message-ID: <3A672C29.25210.292C34@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com > Making all these adjustments isn't trivial so I think for now it will be > better to add $DJDIR/bin/stubify.exe to the stub search list and then > plot an overhaul after 2.11 is released. I also notice the field used by bfd/coff-stgo32.c (bfd->usrdata) to hold the stub is for use by applications, not for backends like DJGPP COFF. I also notice ld makes use of this field. Yet another reason to overhaul stubbed COFF support. Mark