* doc/sdccman.lyx: updated PIC14/16 command line args, updated PIC14
[fw/sdcc] / ChangeLog
index d0fcbf3cac11a2cce79ea07978acc7c2cc31aacc..1723c1e726dc5f4e3d2fbaa69cc9242d66cfe625 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,23 @@
+2007-01-15 Raphael Neider <rneider AT web.de>
+
+       * 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 <borut.razem AT siol.net>
 
-       * as/mcs51/asnoice.c: fixed bug #1447412:
+       * 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 mane to underscores
+         by converting spaces in asm file name to underscores
 
 2007-01-13 Borut Razem <borut.razem AT siol.net>