Mail Archives: djgpp/1997/05/08/10:46:18
> For PE we'd have to write code to output M$ COFF format, a linker for it and
> a loader.
As of binutils 2.7 the PE format is supported in the standard distribution.
And now binutils 2.8 are out, where this support should be more stable.
> With ELF we'd only have to add a new target to DJGPP and write a loader.
> Adding new target is just a matter of enabling the new format support in BFD
> and recompiling the compiler.
I agree that ELF support is easy as a target for the linker. However, the
support that is necessary in the library and the djgpp utilities (like symify)
is harder.
My point was that in the MSDOS/Windows world there are many tools that support
PE executables. Compatibility with them can only benefit DJGPP.
- Raw text -