* src/SDCCpeeph.c (labelInRange): fixed bug #814558
[fw/sdcc] / ChangeLog
index 11f99d9d74794d0a910743b9d8c315d4439f2979..ee273b00489fc7cbea68a59d5ec867b952612dd5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2003-10-01  Erik Petrich <epetrich@ivorytower.norman.ok.us>
+
+       * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
+       the other part of bug #814548
+       * src/SDCCpeeph.c (labelInRange): fixed bug #814558
+
+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),