Mail Archives: djgpp-workers/1996/08/23/13:44:07
> Now I found a way, to allow the BFD library for reading and
> writing stubbed COFF images (.exe files). Now I have question:
Where does the stub come from? I'd rather not have it hard coded in
the linker image if there is a way to allow the user to read it from a
file.
> How should this target be called? I named it 'go32stubbed-coff', but
> this name seems to be too long.
If it automatically puts the stub on executables, and gdb can still
read those executables, why change the name? Just make it the default
behavior.
> 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).
The difference is leading underscores. coff-i386 doesn't use them;
coff-go32 does.
- Raw text -