fcc/libs: complete support for relocatable binaries
authorAlan Cox <alan@linux.intel.com>
Thu, 20 Sep 2018 00:50:01 +0000 (01:50 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 20 Sep 2018 00:50:01 +0000 (01:50 +0100)
commitdb77f523365ed0093de8591118184003f82a9111
tree92769efe86b4251233bdd5ec91d807c5582668bb
parentf4e057f5ede7e56b38570622df3e48eaef9e44aa
fcc/libs: complete support for relocatable binaries

Not yet fully tested and needs a small kernel change
Library/Makefile
Library/libs/Makefile.z80
Library/libs/crt0_z80_rel.s [new file with mode: 0644]
Library/libs/crt0nostdio_z80_rel.s [new file with mode: 0644]
Library/tools/fcc.c
Library/tools/relocbin.c