Date: Fri, 23 Aug 1996 16:23:03 +0200 (METDST) From: Robert Hoehne To: DJGPP workers Subject: Binutils 2.7 Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Now I found a way, to allow the BFD library for reading and writing stubbed COFF images (.exe files). Now I have question: How should this target be called? I named it 'go32stubbed-coff', but this name seems to be too long. And on other question: Why is the normal COFF target for DJGPP called 'coff-go32' and not 'coff-i386'? As far as I saw at the code, there is no big difference between these two targets but there are is many work when building the targets on a cross platform (on linux the configuration for the 'coff-i386' target work). Robert