* device/include/Makefile.in: fix install
[fw/sdcc] / ChangeLog
index 156d91eef1991c159c0e05f6af24fa96101fc91d..141b24336f0167a75353c24935fa1039251fe844 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,29 @@
+2004-01-07 Bernhard Held <bernhard@bernhardheld.de>
+
+       * device/include/Makefile.in: fix install
+
+2004-01-07 Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
+       in bug #860505
+       * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
+       how the function variable allocation summary is displayed; also
+       include information about variables allocated to the overlay
+       segment
+
+2004-01-06  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+
+       * as/mcs51/lkmain.c: Help about -Y option
+       * as/mcs51/lkarea.c: Fixed gcc warnings
+
 2004-01-06 Bernhard Held <bernhard@bernhardheld.de>
 
-       * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count
+       * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
+       fixed warning
        * support/valdiag/tests/overflow.c: added
+       * src/SDCCast.c (decorateType),
+       * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
+       LEFT_OP (left shift)
 
 2004-01-06  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>