Undid the hackup of const and volatile, the problem is much bigger.
[fw/sdcc] / ChangeLog
index 6f2060ab9e4d11f53ab664e2608379fb02a2500b..fb9d94a937c4876c9abd34bcb7452e7441fae807 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2003-03-16    <johan@balder>
+
+       Undid the hackup of const and volatile, the problem is much bigger
+       * src/SDCC.y:1.65
+       * src/SDCCast.c:1.171
+       * src/SDCCglue.c:1.138
+       * src/SDCCicode.c:1.146
+       * src/SDCCsymt.c:1.150
+       * src/SDCCval.c:1.65
+
+2003-03-15  Bernhard Held <bernhard@bernhardheld.de>
+
+       * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
+       * src/ds390/gen.c (genAddrOf): fixed bug #704087
+
 2003-03-13    <johan@balder>
 
        Hackup const and volatile modifiers in type chains a bit: