X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=95757f34acb11b2a45af6a55033231747f6cbf36;hb=ca331520b55080689fa20138bd549207cdd34442;hp=4ab485f1d6ae0cf910e591d7274d18754ab8f98c;hpb=5050ca6a703fcf463627596ee9ac3cbaa06d610a;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 4ab485f1..95757f34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2009-02-28 Raphael Neider + + * src/regression/compare10.c, + src/regression/compare7.c, + src/regression/compare8.c, + src/regression/compare9.c: reset watchdog timer in time + * src/regression/configword.c: apply patch from #2488150 + * src/pic/glue.c (pic14createInterruptVect): pin RESET vector + handler to 0x0000 as the linker no longer knows STARTUP sections + * src/pic/pcode.c (register_reassign, ReuseReg): applied modified + patch #2512926 to (mostly) fix #1762626, cosmetic changes + * src/pic/pcodepeep.c: remove reference to nonexisting function + +2009-02-28 Raphael Neider + + * device/include/pic16/signal.h: avoid multiline inline + assembler statements in macros, addresses #2644965 + 2009-02-27 Raphael Neider * device/include/pic16/pic18f[24][3456]k20.h,