* src/z80/gen.c (shiftIntoPair): Fixed up warning.
[fw/sdcc] / ChangeLog
index 204e19bdb78b4e200e450c867a2a19ad85f0cda8..ffa6b95ca68b75cb1f410d14a53f4589b4bf500e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,33 @@
+2001-10-09  Michael Hope  <michaelh@juju.net.nz>
+
+       * src/z80/gen.c (shiftIntoPair): Fixed up warning.
+
+2001-10-08  Michael Hope  <michaelh@juju.net.nz>
+
+       * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
+
+       * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
+
+2001-10-08  Bernhar Held  <bernhard@bernhardheld.de>
+
+       * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
+
+       * src/device/lib/_mulint.c  : removed hint: nooverlay bug
+
+       * src/device/lib/_mullong.c : removed hint: nooverlay bug
+
+       * src/device/lib/_divuint.c : removed hint: nooverlay bug
+
+       * src/device/lib/_divulong.c: removed hint: nooverlay bug
+
+       * src/device/lib/_moduint.c : removed hint: nooverlay bug
+
+       * src/device/lib/_modulong.c: removed hint: nooverlay bug
+
 2001-10-07  Michael Hope  <michaelh@juju.net.nz>
 
+       * src/z80/gen.c (setupPair): Added 'extended stack' support for the z80.  Can now have local variables or parameters of more than 127 bytes in size.  Increadibly slow, but it will work.  Currently anything involving the carry flag.
+
        * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
 
        * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.