X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=97e9f7fdd2fb6e415ed279fa987cc93f03da6433;hb=37e0c459657a38d5def73425d73f951227cae51c;hp=5174f53b4487e78f5440f88b6ce6c25596431cd6;hpb=75b4e58a0627898aa7be8d1e51ed0f8316ce073c;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 5174f53b..97e9f7fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2007-09-03 Raphael Neider + + * device/include/pic16/pic18f248.h, + * device/include/pic16/pic18f258.h, + * device/include/pic16/pic18f448.h, + * device/lib/pic16/libdev/pic18f248.c, + * device/lib/pic16/libdev/pic18f258.c, + * device/lib/pic16/libdev/pic18f448.c: fixed TRISEbits, + added T0CONbits, fixes #1786891 + +2007-08-29 Maarten Brock + + * src/ds390/gen.c (genFarPointerSet), + * src/hc08/ralloc.c (packRegisters), + * src/mcs51/ralloc.c (packRegisters), + * src/SDCCcse.c (cseBBlock): check if result is a symbol first to fix + bug 1750318 + * src/SDCCicode.h: POINTER_SET can be true for literals too + * support/regression/tests/bug1750318.c: new, added + +2007-08-23 Borut Razem + + * debugger/mcs51/sdcdb.c: fixed compilation with older readline + library versions without the completition functionality + +2007-08-22 Raphael Neider + + * device/include/pic16/pic18f1220.h, + * device/lib/pic16/libdev/pic18f1220.c: applied patch #1776191 + 2007-08-12 Borut Razem * debugger/mcs51/Makefile.in: support/Util/SDCCerr.[ch] moved to src