* fixed GCC 4.4.0 mingw compilation:
[fw/sdcc] / ChangeLog
index 5db8a84ef4b53d5642d8cc73715b37ca1461f15c..a3515f02167116a4801d31c0a85ad68c9369bd5e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2009-04-28 Borut Razem <borut.razem AT siol.net>
+
+       * fixed GCC 4.4.0 mingw compilation:
+         sim/ucsim/cmd.src/cmdlex.cc: regenerated - added #include <stdio.h>
+
+2009-04-27 Raphael Neider <rneider AT web.de>
+
+        * src/pic16/gen.c (genNearPointerGet): fix double indirect
+          access to bitfields (#2782405)
+
 2009-04-27 Borut Razem <borut.razem AT siol.net>
 
        * fixed GCC 4.4.0 mingw compilation:
@@ -13,9 +23,8 @@
          replaced hh printf format specifier with parameter casting to
          unsigned char
 
-support\cpp\sdcpp-opts.c
-
 2009-04-19 Philipp Klaus Krause <pkk AT spth.de>
+
        * device/lib/z80/shift.s,
          device/lib/z80/memmove.s,
          device/lib/z80/mul.s,
@@ -23,7 +32,7 @@ support\cpp\sdcpp-opts.c
          device/lib/z80/div.s,
          device/lib/z80/mod.s:
          Applied patch #2762516 from Marco Bodrato containing minor
-         improvementsof many Z80 asm routines.
+         improvements of many Z80 asm routines.
 
 2009-04-19 Philipp Klaus Krause <pkk AT spth.de>