sdcc:
[fw/sdcc] / ChangeLog
index f3b8d87aeaaa783ed952b66c6370d0998193d60d..001634983400dae5e4b192d6926e900dd3663112 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2006-07-10 Borut Razem <borut.razem AT siol.net>
+
+       * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
+         device/lib/src/pic/libm/*.c in WIN32 installation
+
+2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
+       * src/pic16/glue.c (initPointer), fixed bug 1496419 for pic16
+
+2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
+
+2006-07-06 Borut Razem <borut.razem AT siol.net>
+
+       * support/regression/tests/bitfields.c:
+         fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
+       * support/regression/tests/constantRange.c:
+         fixed bug [ 1518317 ] regression test constantRange fails on alpha host
+
 2006-07-04 Borut Razem <borut.razem AT siol.net>
 
        * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
@@ -7,6 +28,8 @@
          src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
          reverted changes from 2006-07-03
        * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
+       * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
+         added CPPFLAGS, used by the host port
 
 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>