* as/asx8051.dsp: corrected output directories
authorMaartenBrock <MaartenBrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 29 Oct 2006 16:29:34 +0000 (16:29 +0000)
committerMaartenBrock <MaartenBrock@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Sun, 29 Oct 2006 16:29:34 +0000 (16:29 +0000)
commit4d083eb86c1055c201f3f82e80b0ff4a7e49cb66
tree7329e4d507d395347b130bc26844e28e2d3c8f77
parentccadc6c89f74c72232dc551f6d7047285c658b7f
* as/asx8051.dsp: corrected output directories
* as/link/hc08: new directory for hc08 linker
* as/hc08/aslink.h,             as/link/aslink.h,
* as/hc08/aslink.mak,           as/link/hc08/aslink.mak,
* as/hc08/clean.mk,             as/link/hc08/clean.mk,
* as/hc08/link_hc08.dsp,        as/link/hc08/link_hc08.dsp,
* as/hc08/lkaomf51.c,           as/link/hc08/lkaomf51.c,
* as/hc08/lkarea.c,             as/link/hc08/lkarea.c,
* as/hc08/lkdata.c,             as/link/hc08/lkdata.c,
* as/hc08/lkelf.c,              as/link/hc08/lkelf.c,
* as/hc08/lkihx.c,              as/link/hc08/lkihx.c,
* as/hc08/lklibr.c,             as/link/hc08/lklibr.c,
* as/hc08/lkmain.c,             as/link/hc08/lkmain.c,
* as/hc08/lkmem.c,              as/link/hc08/lkmem.c,
* as/hc08/lkrloc.c,             as/link/hc08/lkrloc.c,
* as/hc08/lks19.c,              as/link/hc08/lks19.c,
* as/hc08/Makefile.aslink,      as/link/hc08/Makefile.aslink,
* as/hc08/Makefile.bcc,         as/link/hc08/Makefile.bcc,
* as/hc08/Makefile.in,          as/link/hc08/Makefile.in,
* as/link/hc08/conf.mk,
* configure,
* configure.in,
* Makefile.in,
* sdcc.dsw: moved hc08 linker to as/link/hc08
* as/hc08/lkeval.c,     as/link/mcs51/lkeval.c,     as/link/lkeval.c,
* as/hc08/lkhead.c,     as/link/mcs51/lkhead.c,     as/link/lkhead.c,
* as/hc08/lklex.c,      as/link/mcs51/lklex.c,      as/link/lklex.c,
* as/hc08/lklist.c,     as/link/mcs51/lklist.c,     as/link/lklist.c,
* as/hc08/lknoice.c,    as/link/mcs51/lknoice.c,    as/link/lknoice.c,
* as/hc08/lksym.c,      as/link/mcs51/lksym.c,      as/link/lksym.c,
* as/link/mcs51/aslink.dsp,
* as/link/mcs51/Makefile.in: factored out the common files
* as/hc08/lkstore.c: deleted, use the one already in as/link/
* as/clean.mk: extra cleaning common files
* as/link/mcs51/strcmpi.c,      as/strcmpi.c: moved
* as/link/mcs51/strcmpi.h: deleted, moved protoype to aslink.h
* as/mcs51/asm.h: include sdccconf.h or sdcc_vc.h

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4442 4a8a32a2-be11-0410-ad9d-d568d2c75423
67 files changed:
ChangeLog
Makefile.in
as/asx8051.dsp
as/clean.mk
as/hc08/Makefile.aslink [deleted file]
as/hc08/Makefile.bcc
as/hc08/Makefile.in
as/hc08/aslink.h [deleted file]
as/hc08/aslink.mak [deleted file]
as/hc08/clean.mk
as/hc08/link_hc08.dsp [deleted file]
as/hc08/lkaomf51.c [deleted file]
as/hc08/lkarea.c [deleted file]
as/hc08/lkdata.c [deleted file]
as/hc08/lkelf.c [deleted file]
as/hc08/lkeval.c [deleted file]
as/hc08/lkhead.c [deleted file]
as/hc08/lkihx.c [deleted file]
as/hc08/lklex.c [deleted file]
as/hc08/lklibr.c [deleted file]
as/hc08/lklist.c [deleted file]
as/hc08/lkmain.c [deleted file]
as/hc08/lkmem.c [deleted file]
as/hc08/lknoice.c [deleted file]
as/hc08/lkrloc.c [deleted file]
as/hc08/lks19.c [deleted file]
as/hc08/lkstore.c [deleted file]
as/hc08/lksym.c [deleted file]
as/link/aslink.h
as/link/hc08/Makefile.aslink [new file with mode: 0644]
as/link/hc08/Makefile.bcc [new file with mode: 0644]
as/link/hc08/Makefile.in [new file with mode: 0644]
as/link/hc08/aslink.mak [new file with mode: 0644]
as/link/hc08/clean.mk [new file with mode: 0644]
as/link/hc08/conf.mk [new file with mode: 0644]
as/link/hc08/link_hc08.dsp [new file with mode: 0644]
as/link/hc08/lkaomf51.c [new file with mode: 0644]
as/link/hc08/lkarea.c [new file with mode: 0644]
as/link/hc08/lkdata.c [new file with mode: 0644]
as/link/hc08/lkelf.c [new file with mode: 0644]
as/link/hc08/lkihx.c [new file with mode: 0644]
as/link/hc08/lklibr.c [new file with mode: 0644]
as/link/hc08/lkmain.c [new file with mode: 0644]
as/link/hc08/lkmem.c [new file with mode: 0644]
as/link/hc08/lkrloc.c [new file with mode: 0644]
as/link/hc08/lks19.c [new file with mode: 0644]
as/link/lkeval.c [new file with mode: 0644]
as/link/lkhead.c [new file with mode: 0644]
as/link/lklex.c [new file with mode: 0644]
as/link/lklist.c [new file with mode: 0644]
as/link/lknoice.c [new file with mode: 0644]
as/link/lksym.c [new file with mode: 0644]
as/link/mcs51/Makefile.in
as/link/mcs51/aslink.dsp
as/link/mcs51/lkeval.c [deleted file]
as/link/mcs51/lkhead.c [deleted file]
as/link/mcs51/lklex.c [deleted file]
as/link/mcs51/lklist.c [deleted file]
as/link/mcs51/lknoice.c [deleted file]
as/link/mcs51/lksym.c [deleted file]
as/link/mcs51/strcmpi.c [deleted file]
as/link/mcs51/strcmpi.h [deleted file]
as/mcs51/asm.h
as/strcmpi.c [new file with mode: 0644]
configure
configure.in
sdcc.dsw