X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=1723c1e726dc5f4e3d2fbaa69cc9242d66cfe625;hb=3a3ad5f21d40c9e0e8fbd4e7dcf428bff9cf4c42;hp=ce4d8b92370b355b768ce2d07085ed8c35ebb8b6;hpb=c63ee7996ec0850a927ffbdc628a5438061d3c32;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index ce4d8b92..1723c1e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2007-01-15 Raphael Neider + + * doc/sdccman.lyx: updated PIC14/16 command line args, updated PIC14 + code page and data banking description + * src/pic/genarith.c, + * src/pic/gen.h: removed bit arithmetic functions, + updated exit(1) to exit(EXIT_FAILURE) + * device/lib/pic16/libsdcc/stack/stack.S: default to 256 byte stack + * device/include/pic16/pic18f2455.h, + * device/lib/pic16/libdev/pic18f2455.c: added PORTD, LATD, LATE, + TRISD and TRISE, fixed/added some bit names + * device/lib/pic16/libdev/pic18f{2550,4550,4455}.c, + * device/include/pic16/pic18f{2550,4550,4455}.h: simply include + updated pic18f2455.{c,h} instead of duplicating them + +2007-01-14 Borut Razem + + * as/mcs51/asnoice.c, as/hc08/asnoice.c: fixed bug #1447412: + Cannot debug files that contain spaces in the path name + by converting spaces in asm file name to underscores + +2007-01-13 Borut Razem + + * doc/sdccman.lyx: fixed format errors + 2007-01-10 Borut Razem * src/SDCC.lex, src/SDCCmain.c: fixed bug #1631895: