X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ChangeLog;h=9d97e0afa10ee0a1d409ef4b1f2b67d966672a21;hb=c851cd0002ce1cf52b65256093a9e04ccf93d668;hp=7e4401d3ba22dcb5066b07b3bb2c682ed4ff303b;hpb=a1e11a9b941704e32663e69f81d8e5f5afcb4d2e;p=fw%2Fsdcc diff --git a/ChangeLog b/ChangeLog index 7e4401d3..9d97e0af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,55 @@ +2002-12-29 Jesus Calvino-Fraga + * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o + +2002-12-28 Bernhard Held + * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann + * support/regression/tests/bug-524697.c: fit mem usage into 8032 + +2002-12-28 Bernhard Held + * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE" + +2002-12-27 Bernhard Held + * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o + +2002-12-26 Bernhard Held + * src/mcs51/main.c: removed {bindir}{sep} from aslink + +2002-12-10 Jesus Calvino-Fraga + + * in \sdcc\as\mcs51\ changed these files in order to create an + aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c, + lkmain.c. Also added: lkmem.c and lkaomf51.c. Changed the + following files to include the previous two files: aslink.dsp, + Makefile.aslink, Makefile.bcc, and Makefile.in. + + * Changed \sdcc\src\SDCCmain.c so it creates files with extension + .adb instead of .cdb + +2002-11-09 Jesus Calvino-Fraga + + * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the + value from option --iram-size. + +2002-09-20 Jesus Calvino-Fraga + + * \sdcc\as\mcs51\lklist.c: added boundary check before using + dram[] array. + +2002-09-18 + + * SDCClrange.h: exposed setFromRange() and setToRange() + * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and + packRegsForAccUse() (bug 542397) + * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet() + multiple times and emitting the fetch operations more than once + added aopGetUsesAcc() function to allow binary operators to + fetch their operands in the correct order; made genMinus() emit + compact code for X = LITERAL - Y + +2002-09-00 Jesus Calvino-Fraga + * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to + sprintf() in line 1267. + 2002-09-08 Jesus Calvino-Fraga * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051 like ports.