]> git.gag.com Git - fw/sdcc/blobdiff - ChangeLog
Implemented RFE #1899189
[fw/sdcc] / ChangeLog
index 9afc3e2b367b23c4181badef0277ade67d600400..ece91a9b71bf806776d4a94134343cafd831b3fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2008-12-26 Philipp Klaus Krause <pkk AT spth.de>
+
+       * src/z80/peeph-z80.def: fixed a bug in peephole 0zf
+       * src/z80/peep.c: improved checks for unused data
+       * src/z80/gen.c,
+         src/z80/main.c: Implemented RFE #1899189
+
+2008-12-25 Borut Razem <borut.razem AT siol.net>
+
+       * support/regression/Makefile.in:
+         add -I$(INC_DIR) to SDCCFLAGS only if INC_DIR is defined
+
+2008-12-25 Philipp Klaus Krause <pkk AT spth.de>
+
+       * src/z80/peeph-z80.def: minor peephole improvements
+
+2008-12-21 Borut Razem <borut.razem AT siol.net>
+
+       * support/librarian/sdcclib.c: fixed build failure on Mac OS X
+         due to redefinition of symbol __assert
+         sdcclib.c:53:1:warning: "__assert" redefined
+         /Xcode2.5/SDKs/MacOSX10.4u.sdk/usr/include/assert.h:80:1:
+         warning: this is the location of the previous definition
+
 2008-12-20 Raphael Neider <rneider AT web.de>
 
        * debugger/mcs51/break.c, debugger/mcs51/cmd.c,