]> git.gag.com Git - fw/sdcc/blobdiff - ChangeLog
* src/z80/gen.c (shiftIntoPair): Fixed up warning.
[fw/sdcc] / ChangeLog
index 203d72e586b108d422b7846c18c431314eac731d..ffa6b95ca68b75cb1f410d14a53f4589b4bf500e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+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.