* as/link/lkar.h: changed type of ar_size to size_t to make it work on
[fw/sdcc] / ChangeLog
index c6c9180656de61fd23149105e51242568daabe86..82d96ade0117926424b3e2d96c7c4a3189cf4c94 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,21 @@
+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
+       * as/link/sdxxxx_config.h.in: removed endianness detection
+
 2009-01-20 Borut Razem <borut.razem AT siol.net>
 
        * .version, doc/sdccman.lyx: bumped sdcc version to 2.8.8
          due creation of ar format libraries
+       * support/scripts/sdcc.nsi:
+         don't add nonexistent object files to the package
 
 2009-01-19 Borut Razem <borut.razem AT siol.net>