pic16 progress by Vangelis
[fw/sdcc] / ChangeLog
index 56c7b9171c78de2182c254c71b897a2c795b71b1..e36c2f66164c1f2b8cb2e197f82acac53ae652f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+2003-07-14  Bernhard Held <bernhard@bernhardheld.de>
+
+       pic16 progress by Vangelis:
+       * src/SDCCglobl.h:
+       * src/SDCCmain.c:
+       * src/pic/Makefile:
+       * src/pic:
+       * pic/Makefile:
+       * pic16/device.c:
+       * pic16/device.h:
+       * pic16/gen.c:
+       * pic16/gen.h:
+       * pic16/genarith.c:
+       * pic16/glue.c:
+       * pic16/main.c:
+       * pic16/pcode.c:
+       * pic16/pcode.h:
+       * pic16/pcodepeep.c:
+       * pic16/peeph.def:
+
+2003-07-13  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+
+    * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
+
+2003-07-12  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+
+    * 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 <jesusc@ece.ubc.ca>
+
+    * support/librarian/sdcclib.c: sdcc librarian.
+    * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
+    with sdcclib.
+
+2003-07-03  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+
+    * as/mcs51/lkmain.c: properly handle extensions in function afile.
+
 2003-07-02  Borut Razem <borut.razem@siol.net>
 
        * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
@@ -21,7 +63,7 @@
 
 2003-06-20  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
 
-       * as/mcs51/aomf51.c: Make sure the size of the last procedure is correct.
+       * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
 
 2003-06-19  Borut Razem <borut.razem@siol.net>
 
         Scott D. for Vangelis Rokas (vrokas@otenet.gr). I (scott) don't
        know all the details, but essentially this set of changes enable
        the pic16 port to generate movff instructions and generate assembler
-       directives, 
-       * src/SDCCmain.c: 
-       * src/pic16/gen.c: 
+       directives,
+       * src/SDCCmain.c:
+       * src/pic16/gen.c:
        * src/pic16/glue.c:
        * src/pic16/pcode.c:
        * src/pic16/device.c: