* device/include/pic16/pic18f2221.h,
[fw/sdcc] / ChangeLog
index e2be7033cc2f982032e9b520ed6f4e9765a45a5c..925a69c41d79cf90521fd9e272935c6ca63e4e4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,24 @@
+2007-03-13 Raphael Neider <rneider AT web.de>
+
+       * device/include/pic16/pic18f2221.h,
+       * device/include/pic16/pic18f2321.h,
+       * device/include/pic16/pic18f2331.h,
+       * device/include/pic16/pic18f4221.h,
+       * device/include/pic16/pic18f4321.h,
+       * device/include/pic16/pic18f4331.h: fixed config byte location names
+       * support/scripts/inc2h-pic16.pl: removed debug output, emit
+         consistently named config byte locations
+
+2007-03-13 Borut Razem <borut.razem AT siol.net>
+
+       * src/Makefile.in, sim/ucsim/avr.src/Makefile.in, 
+         sim/ucsim/hc08.src/Makefile.in, sim/ucsim/s51.src/Makefile.in,
+         sim/ucsim/xa.src/Makefile.in, sim/ucsim/z80.src/Makefile.in:
+         introduced LDFLAGS
+
 2007-03-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
 
+       * device/lib/printfl.c: 13 bytes less __data mem (12 more __idata)
        * device/lib/printf_large.c: pointer was converted to generic
        pointer for mcs51 models other than model-small (Maarten noticed)