* src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
[fw/sdcc] / ChangeLog
index bff727d1add6f2ac4a717fa9e994646f142c479e..24dbd279a9639ed81f8c76be2a7aacce8487a288 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2001-10-28  Michael Hope  <michaelh@juju.net.nz>
+
+       * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
+
+       * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
+
+       * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
+       (movLeft2ResultLong): Created.
+
+       * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
+       (joinPushes): Added.  Joins two char pushes into a word push.
+
+2001-10-27  Michael Hope  <michaelh@juju.net.nz>
+
+       * support/cpp2/Makefile.in (install): Added creation of dest dir.
+
+       * support/makebin/Makefile (install): Added creation of dest dir.
+
+2001-10-24 Karl Bongers <karl@turbobit.com>
+
+       * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
+
 2001-10-21  Michael Hope  <michaelh@juju.net.nz>
 
        * src/z80/ralloc.c: Turned off faulty pack for one use.