[comp.sources.wanted] COFF cross-linker little-endian vs. big-endian

lehotsky@osf.org (Alan Lehotsky) (07/14/89)

I'm looking for a COFF linker that has been modified to work on
a little-endian machine and generate executable images for a big-endian
machine.  The particular "bindings" for little-end and big-end are
the DECstation 3100 and a Motorola 68030.

I've looked at the System V COFF linker and estimate that it'd be about
2 weeks worth of work to find all the places that reference WORD or LONG
fields of the COFF data structures and interpose appropriate byte-swapping
macros - anyone already done this work?