* device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
[fw/sdcc] / ChangeLog
index fd5ac8b4f5455b5a35caf9b0ad36ab33d192d171..38eb44890b52a6722e2f91b354a7d999a3f0e9c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
+
+       * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
+       to fix missing stack pragma in compiled binary object file,
+
+2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
+
+       * support/packihx/configure.in,
+       * support/packihx/configure: removed warning, autoconf >= 2.5x can
+       determine sizeof basic types even while cross compiling
+
+2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
+
+       * src/avr/gen.c (aopop),
+       * src/ds390/gen.c (aopOp),
+       * src/hc08/gen.c (aopOp),
+       * src/mcs51/gen.c (aopop),
+       * src/pic16/gen.c (pic16_aopOp),
+       * src/pic/gen.c (aopOp),
+       * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
+       if size of operand is smaller than spill location
+
 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369