* as/asranlib/asranlib.h: changed type of offset to unsigned int to
[fw/sdcc] / ChangeLog
index d910cca26a33dea32b0538d59a0366bdd3cf7ef6..22884ac8bf5b694cbe4d0765b4e5dc098d4273bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+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
+         ppc Mac OS X (off_t is 64 bit and is not converted to 32 bit
+         unsigned int when calling new(), since asxxxx doesn't use function
+         prototypes)
+
 2009-01-21 Borut Razem <borut.razem AT siol.net>
 
        * as/link/lkar.h: sgetl and sputl are independent of endianness