X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=0183b6354e6426edbe5377a12808d39c555162f3;hb=12df6a6b3e280cc0b788a2700d151cc5c13d3ae2;hp=b4ef0b15c270215a5358cd736c7418e38694d15d;hpb=5ec86507972e4b25f3acd259f5e05f65f17fa70c;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index b4ef0b15..0183b635 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-02-09 Bernhard Held + + * src/mcs51/gen.c (genRet): fixed RFE 1652561: added code for bit to + bit moves in return statement + 2007-02-09 Borut Razem * src/SDCC.y: fixed bug #1159134: invalid duplicate declarations with @@ -22,8 +27,8 @@ * device/lib/printf_large.c (_print_format): fixed compare/assign bug, how can this have lived here for so many years? * src/SDCCicode.c (ast2iCode): return left instead of right for assignment, - fixes bug 1273984, see also patch 1645121, thanks Günther Jehle - * support/regression/tests/bug1273984.c: new, added, thanks Günther Jehle + fixes bug 1273984, see also patch 1645121, thanks Gnther Jehle + * support/regression/tests/bug1273984.c: new, added, thanks Gnther Jehle 2007-02-06 Bernhard Held