* as/z80/Makefile,
[fw/sdcc] / ChangeLog
index caa9dae5cda1bb80b1c9a10e7c3367add3f12029..dfc246c0e5d9930b131c0cd26b49bb9c1a48fcd6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
+
+       * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
+       remove cast to same type
+       * src/SDCCast.c (decorateType): fix for RFE 1475742,
+       optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
+       * as/z80/Makefile,
+       * link/z80/Makefile: removed, they have moved to
+       Makefile.in files
+
 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
 
        Enabled VPATH feature: changed nearly all Makefiles (149 files).