* device/lib/pic/Makefile.rules,
[fw/sdcc] / ChangeLog
index 93b3c663554dd4fdd5e7fabf84f3a2f5de003589..abe17e876578908936d5f79f11eeb42fe91a819f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2007-05-06 Raphael Neider <rneider AT web.de>
+
+       * device/lib/pic/Makefile.rules,
+       * device/lib/pic16/Makefile.rules: make sure *.ignore file exists,
+         made "&> /dev/null" redirection sh-safe ("> /dev/null 2>&1")
+
+2007-05-06 Raphael Neider <rneider AT web.de>
+
+       * src/pic16/device.h,
+       * src/pic16/main.h,
+       * src/pic16/main.c (pic16_optionsTable,_pic16_parseOptions,
+         _pic16_setDefaultOptions): removed/reordered command-line args
+       * doc/sdccman.lyx: updated PIC14 and PIC16 documentation (supported
+         devices, regrouped command line args, environment variables),
+         clarified sone points, added sections on how to add devices to the
+         PIC14/PIC16 ports
+
+2007-05-05 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * src/z80/peeph.def: fixed bug in rule 2
+
 2007-05-05 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * src/port.h: added TARGET_MCS51_LIKE
@@ -8,6 +29,8 @@
        * src/z80/peeph-z80.def,
        * src/z80/peeph.def: whole set of new rules by Philipp Krause with some
          modifications, see patch 1700823
+       * src/mcs51/peep.c (): fixed bug 1712928
+       * support/regression/tests/bug1712928.c: new, added
 
 2007-05-05 Borut Razem <borut.razem AT siol.net>