X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=56a0ceaa66820e33e3b15c6a6a95073129725462;hb=43cc70abc15aaff182ca2b79a81a5c1b9e4cee24;hp=b75d4d34e2e407ebcf00a352d275668f63a62a1f;hpb=d16d630109d70b9152e48a9976ad1c2ad2c367cc;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index b75d4d34..56a0ceaa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,16 @@ -2006-09-16 Borut Razem +2006-10-06 Bernhard Held + + * src/SDCCglue.c (tempfileandname): changed un*x tmp search paths + to /tmp and /var/tmp acc. LSB + * src/SDCCast.c (addCast): Fixed bug 1571231: promote in case of + RESULT_TYPE_IFX + * support/regression/tests/onebyte.c: added test + +2006-10-05 Jesus Calvino-Fraga + + * src/mcs51/gen.c: emitcode for "add a,0x%02x" requires only 8 bits. + +2006-10-05 Borut Razem * partially fixed [ 1570701 ] peephole - not replacing code from multiline macros, thanks to dfulab: