X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=0c5bbb9c19d912debe1da90fd1f3848d47d21895;hb=b6e650674687c1d2b5ab9d6d467cd9252a5d22ae;hp=c45e455727e6447b26a8385afe55e7f1f8738277;hpb=444963c4f886642a36aacfe8671e93218f1e205a;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index c45e4557..0c5bbb9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,27 @@ +2003-04-19 Bernhard Held + + * as/z80/Makefile: fix permanent rebuild of z80 + * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all" + +2003-04-18 Kevin Vigor + + * src/SDCCopt.c: add special case optimization to replace modulo by + a power of two with a bitwise AND. + +2003-04-18 + + * src/mcs51/gen.c (getFreePtr): fixed bug #635354 + +2003-04-17 + + * 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 * 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