From: jesusc Date: Sun, 13 Jul 2003 00:37:22 +0000 (+0000) Subject: Cleaned up a litle the z80 and gbz80 ports X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=966b055f124b18892f632d25282fd548dd32db2b;p=fw%2Fsdcc Cleaned up a litle the z80 and gbz80 ports git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2730 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 6605120d..9679048b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,20 @@ +2003-07-12 Jesus Calvino-Fraga + + * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp: + added gbz80 build to MSVC project. + * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp, + link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files + from 8051 stuff and setup so it links using a .lnk file. + 2003-07-06 Jesus Calvino-Fraga * support/librarian/sdcclib.c: sdcc librarian. - * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created - with sdcclib. + * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created + with sdcclib. 2003-07-03 Jesus Calvino-Fraga - * as/mcs51/lkmain.c: properly handle extensions in function afile. + * as/mcs51/lkmain.c: properly handle extensions in function afile. 2003-07-02 Borut Razem