* src/SDCCast.c (processParms): fixed bug #1247551
[fw/sdcc] / ChangeLog
index 5ca95622b92d628ee4121d38001936f85ab6077a..9b884f3ee07fdf10407febe446b2e5e4cbe804ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
+
+       * src/SDCCast.c (isLoopCountable): fixed bug #1478316
+       (processParms): fixed bug #1247551
+
+2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
+
+       * src/SDCCcse.c (findPointerSet): fixed bug #1493710
+       * support/regression/tests/bug-1493710.c: added
+
+2006-05-27 Borut Razem <borut.razem AT siol.net>
+
+       * support/regression/fwk/lib/testfwk.c: define array in _printn() as
+         static instead auto
+       * support/regression/ports/pic16/support.c: increase stack size
+         from default 64 bytes to 128 bytes
+       * support/regression/tests/staticinit.c,
+         support/regression/tests/float.c: regression tests fully enabled
+         for pic16 port by putting the initialized data arrays into the code
+         section
+       * support/regression/ports/pic16/spec.mk: don't link default libraries.
+         This was changed by mistake in the previous version.
+
+2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
+
+       * src/pic16/gen.c (genFunction, genEndFunction): some
+       beautifications, fixed bug with falsely restoring FSR2 in large
+       stack model, thanks to Beau E. Cox for reporting the bug
+
 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * debugger/mcs51/break.c,