* src/pic16/ralloc.c (packForPush): disabled to fix #2496919
[fw/sdcc] / ChangeLog
index 82d96ade0117926424b3e2d96c7c4a3189cf4c94..acf3e1c849491cd180b05fa49cadd8c4c9ce0c5d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2008-01-26 Raphael Neider <rneider AT web.de>
+
+       * src/pic16/ralloc.c (packForPush): disabled to fix #2496919
+
+2008-01-25 Raphael Neider <rneider AT web.de>
+
+       * src/pic16/main.c (_pic16_linkEdit): prepend -L paths to linker
+         search path instead of appending them
+
+2009-01-24 Borut Razem <borut.razem AT siol.net>
+
+       * as/asranlib/asranlib.h: changed type of offset to unsigned int to
+         make it work on ppc Mac OS X (off_t is 64 bit and is not converted
+         to 32 bit unsigned int when calling sputl() since it is a macro
+       * as/link/lkar.c: changed the initialization of This->loaded
+
 2009-01-23 Borut Razem <borut.razem AT siol.net>
 
        * as/link/lkar.h: changed type of ar_size to size_t to make it work on