ld09: first cut
authorAlan Cox <alan@linux.intel.com>
Mon, 8 Jun 2015 21:22:55 +0000 (22:22 +0100)
committerAlan Cox <alan@linux.intel.com>
Mon, 8 Jun 2015 21:22:55 +0000 (22:22 +0100)
commite5b06a7876499642ec445ed658aff43a35312aeb
tree93cd3d36afd6e019201781e92b6713e542660041
parent1ebba8bd130becd303aeb6b87eb27fab8b0ef29c
ld09: first cut

Needs the output side replacing with a simple binary writer for FUZIX
format headers.

This one actually should fit nicely on a Dragon32 !
31 files changed:
Applications/ld09/Makefile [new file with mode: 0644]
Applications/ld09/align.h [new file with mode: 0644]
Applications/ld09/ar.h [new file with mode: 0644]
Applications/ld09/bindef.h [new file with mode: 0644]
Applications/ld09/byteord.h [new file with mode: 0644]
Applications/ld09/catimage.c [new file with mode: 0644]
Applications/ld09/config.h [new file with mode: 0644]
Applications/ld09/const.h [new file with mode: 0644]
Applications/ld09/dumps.c [new file with mode: 0644]
Applications/ld09/globvar.h [new file with mode: 0644]
Applications/ld09/io.c [new file with mode: 0644]
Applications/ld09/ld.c [new file with mode: 0644]
Applications/ld09/ld86r.c [new file with mode: 0644]
Applications/ld09/linksyms.c [new file with mode: 0644]
Applications/ld09/mkar.c [new file with mode: 0644]
Applications/ld09/obj.h [new file with mode: 0644]
Applications/ld09/objchop.c [new file with mode: 0644]
Applications/ld09/objdump86.c [new file with mode: 0644]
Applications/ld09/readobj.c [new file with mode: 0644]
Applications/ld09/rel_aout.h [new file with mode: 0644]
Applications/ld09/syshead.h [new file with mode: 0644]
Applications/ld09/table.c [new file with mode: 0644]
Applications/ld09/type.h [new file with mode: 0644]
Applications/ld09/typeconv.c [new file with mode: 0644]
Applications/ld09/v7_aout.h [new file with mode: 0644]
Applications/ld09/version.h [new file with mode: 0644]
Applications/ld09/writebin.c [new file with mode: 0644]
Applications/ld09/writeemu.c [new file with mode: 0644]
Applications/ld09/writex86.c [new file with mode: 0644]
Applications/ld09/x86_aout.h [new file with mode: 0644]
Applications/ld09/x86_cpm86.h [new file with mode: 0644]