fix s51 for regression test
[fw/sdcc] / ChangeLog
index 8092d77197cc931215b73fa2db0d69327f427f6c..4715621c9bf08c04dc21280f80491cf5fd78c1ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,79 @@
+
+2003-01-06    <karl@turbobit.com>
+       * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
+   regression tests.
+
+2003-01-06    <johan@balder>
+
+       * src/SDCCicode.c: fixed array add
+
+2002-01-05  Bernhard Held <bernhard@bernhardheld.de>
+       * sim/ucsim/z80.src/inst.cc: #include <stdarg.h> for gcc 3.2
+
+2002-01-05  Bernhard Held <bernhard@bernhardheld.de>
+       * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
+       * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
+
+2003-01-04    <johan@balder>
+
+       * src/SDCCval.c (getNelements): fixed the initialized array of structures
+
+2002-12-29  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+        * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
+
+2002-12-28  Bernhard Held <bernhard@bernhardheld.de>
+       * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann@web.de>
+       * support/regression/tests/bug-524697.c: fit mem usage into 8032
+
+2002-12-28  Bernhard Held <bernhard@bernhardheld.de>
+       * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
+
+2002-12-27  Bernhard Held <bernhard@bernhardheld.de>
+        * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
+
+2002-12-26  Bernhard Held <bernhard@bernhardheld.de>
+       * src/mcs51/main.c: removed {bindir}{sep} from aslink
+
+2002-12-10  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+
+    * 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 <jesusc@ece.ubc.ca>
+
+       * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
+       value from option --iram-size.
+
+2002-09-20  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+
+       * \sdcc\as\mcs51\lklist.c: added boundary check before using
+       dram[] array.
+
+2002-09-18    <wiml@hhhh.org>
+
+       * 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 <jesusc@ece.ubc.ca>
+       * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
+       sprintf() in line 1267.
+
+2002-09-08  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
+       * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
+       like ports.
+
 2002-09-04  Jesus Calvino-Fraga <jesusc@ece.ubc.ca>
        Changes to aslink (All the changes are marked with 'JCF'):