* src/pic16/glue.c:
[fw/sdcc] / ChangeLog
index 1ca93c601c46273cb8248a610504cc20fccb518c..f30c728cce97cc530c478ac214e3e90299af28e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2008-09-20 Borut Razem <borut.razem AT siol.net>
+
+       * src/pic16/glue.c:
+         definition of absolute address symbols without initial value,
+         fixed SDCC cresh "do not know how to intialize symbol"
+
+2008-09-16 Maarten Brock <sourceforge.brock AT dse.nl>
+
+       * device/lib/z80/mul.s (__mulsuchar_rrx_s, __muluschar_rrx_s),
+       * device/lib/z80/div.s (__divsuchar_rrx_s, __modsuchar_rrx_s,
+         __divuschar_rrx_s, __moduschar_rrx_s): added mixed signedness versions
+       * device/lib/z80/stubs.s: added stubs for above functions
+       * src/SDCCopt.c (convilong),
+       * src/SDCCsymt.c (initCSupport): fixed bug 1900961
+       * src/SDCCsymt.h (__muldiv): enlarged for mixed signedness
+       * src/z80/main.c (_hasNativeMulFor): fixed bug, I think
+       * support/regression/tests/onebyte.c: enabled all tests for z80
+
 2008-09-15 Borut Razem <borut.razem AT siol.net>
 
        * device/include/pic16/stdio.h, device/lib/pic16/libc/stdio/streams.c,
        * device/lib/pic16/libc/stdio/vfprintf.c:
          applied patch #2044424: PIC16: vfprintf
          thanks Mauro Giachero
+       * support/regression/tests/bug1057979.c:
+         removed old pic16 sprintf specifics
+       * .version, doc/sdccman.lyx: bumped sdcc version to 2.8.4
+       * doc/sdccman.lyx: documented 'b' binary format specifier removal
 
 2008-09-15 Raphael Neider <rneider AT web.de>