X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=78bcedb0b3e57be01812830ee282a8623aff352a;hb=3f562313476304f146ee002e795804cff7db8a39;hp=f3b8d87aeaaa783ed952b66c6370d0998193d60d;hpb=043c22a94f39d137aaa14e5b54ec2a3e076580c9;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index f3b8d87a..78bcedb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +2006-07-10 Borut Razem + + * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and + device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S + in WIN32 installation + * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 - + release candidate 1 + +2006-07-08 Maarten Brock + + * 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 + + * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127 + +2006-07-06 Borut Razem + + * 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 * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in, @@ -7,6 +31,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