fixed bug #716790 and removes lot's of redundant register usage around function calls
[fw/sdcc] / ChangeLog
index c45e455727e6447b26a8385afe55e7f1f8738277..74c487496c70da7b8894c02fca5a4db8785cb0f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
+2003-04-17    <johan@balder>
+
+       * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
+       * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
+
 2003-04-13  Borut Razem <borut.razem@siol.net>
 
        * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
-       * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings
+       * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
+         fixed mingw problem in adl_NORMALIZE_PATH
 
 2003-04-12  Borut Razem <borut.razem@siol.net>