X-Git-Url: https://git.gag.com/?p=fw%2Fsdcc;a=blobdiff_plain;f=ChangeLog;h=00b0be6549f2038815122213602d31e53f162478;hp=160ffde5d378c523532754bf8e1b01bab4099c1a;hb=1bb6a9b476754a7dd750c60972bbefe75c218f68;hpb=52c4941b7c4c92918a2b46a76855fe7022df8117 diff --git a/ChangeLog b/ChangeLog index 160ffde5..00b0be65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +2009-03-03 Raphael Neider + + * device/lib/pic/libdev/Makefile.in: build device-specific + libraries for the correct processor, fixes #2654585 + +2009-03-01 Raphael Neider + + * device/lib/Makefile.in: fixed parallel builds (i.e., make -jN, N>1) + +2009-03-01 Borut Razem + + * src/z80/peep.c: fixed bug #2648964: --i-code-in-asm crashes sdcc + * .version, sdcc.spec, doc/sdccman.lyx, doc/INSTALL.txt: + changed sdcc version to 2.9.0 + +2009-03-01 Maarten Brock + + * src/mcs51/ralloc.c (spillThis, spilSomething): fixed bug 2435941 + (serialRegAssign): do not spil bit registers + throughout cosmetic changes + * support/regression/tests/bug2435941.c: new, added + +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, @@ -23,6 +63,15 @@ * doc/sdccman.lyx: updated list of supported devices, fixed typo * device/lib/pic16/Makefile.common: do not suppress assembler warnings + * device/lib/pic16/Makefile.in, + device/lib/pic16/libm/Makefile.in, + device/lib/pic16/debug/Makefile.in, + device/lib/pic16/libio/Makefile.in, + device/lib/pic16/startup/Makefile.in, + device/lib/pic16/libsdcc/Makefile.in, + device/lib/pic16/libdev/Makefile.in, + device/lib/pic16/libc/Makefile.in: regenerated + 2009-02-27 Borut Razem * as/z80/asexpr.c, as/z80/z80mch.c: re-fixed bugs