* device/lib/pic16/libc/stdio/vfprintf.c,
[fw/sdcc] / ChangeLog
index 5e544e4170ba640dfafb903275de15aaf564704d..1b84fafca99889c38a1b750db3cdfd0e2be1a210 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-12-10 Raphael Neider <rneider AT web.de>
+
+       * device/lib/pic16/libc/stdio/vfprintf.c,
+       * device/lib/pic16/libc/stdio/printf_small.c,
+       * device/lib/pic16/libc/stdio/printf_timy.c: pop int from stack for
+         char arguments, as char varargs are cast to int by the caller,
+         hopefully fixes #1604915 (other device libraries are still affected)
+
 2006-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
        * src/mcs51/ralloc.c (packRegsForAssign),
        * src/hc08/ralloc.c (packRegsForAssign): fixed bug #1605880