* src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
[fw/sdcc] / ChangeLog
index f87c628dc9235779d09d1058cda5f8afed9ce9ee..b9f92fe7a217ff04179e22d17177cb4d5dfc74be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,49 @@
+2003-10-01  Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
+       the other part of bug #814548
+
+2003-09-30  Bernhard Held <bernhard@bernhardheld.de>
+
+       * src/SDCCcse.c: fixed part of bug #814548
+
+2003-09-28  Borut Razem <borut.razem@siol.net>
+
+       * src/asm.c: rewrite of printILine() to use temporary file instead
+         a pipe
+       * src/xa51/main.c: commented out declaration of int rewinds
+
+2003-09-27  Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
+
+2003-09-26  Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
+       * src/asm.c (printILine): Fixed bug #811015
+
+2003-09-22  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+
+       *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
+       freeing.
+
+2003-09-21  Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
+       * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
+       to correctly handle general case of AOP_PAIRPTR
+       * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
+
+2003-09-21  Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * src/mcs51/ralloc.c (fillGaps),
+       * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
+       register positioning bug)
+
+2003-09-21  Bernhard Held <bernhard@bernhardheld.de>
+
+       * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
+
 2003-09-19  Erik Petrich <epetrich@ivorytower.norman.ok.us>
 
        * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
@@ -15,7 +61,7 @@
 2003-09-18  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
 
        *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
-       trying to fclose a FILE* that was already closed.  
+       trying to fclose a FILE* that was already closed.
 
 2003-09-18  Erik Petrich <epetrich@ivorytower.norman.ok.us>
 
@@ -23,6 +69,7 @@
        of const struct should be treated as if const themselves)
 
 2003-09-18  Bernhard Held <bernhard@bernhardheld.de>
+
        * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
 
 2003-07-06  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>