* device/lib/pic16/libdev/pic18f1220.c,
[fw/sdcc] / ChangeLog
index 1ffd3f5c2d500da4cf9ea87b6e607af247924f0b..2505279077f9f0fcb3e74e0e30c29fd33b45c43d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,68 @@
+2008-02-01 Raphael Neider <rneider AT web.de>
+
+       * device/lib/pic16/libdev/pic18f1220.c,
+       * device/lib/pic16/libdev/pic18f4450.c:
+         define SSPBUF to allow use of printf
+
+2009-02-01 Borut Razem <borut.razem AT siol.net>
+
+       * device/lib/Makefile.in, device/lib/gbz80/Makefile.in,
+         device/lib/hc08/Makefile.in, device/lib/incl.mk,
+         device/lib/z80/Makefile.in:
+         don't remake libraries
+       * support/regression/tests/snprintf.c:
+         reenable floating point in small-xstack-auto library
+
+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
+         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>
 
        * Makefile.in, configure.in, configure,
-         device\lib\Makefile.in, device\lib\ds390\Makefile.in,
-         device\lib\ds400\Makefile.in, device\lib\gbz80\Makefile.in,
-         device\lib\hc08\Makefile.in, device\lib\large\Makefile.in,
-         device\lib\mcs51\Makefile.in, device\lib\medium\Makefile.in,
-         device\lib\small\Makefile.in,
-         device\lib\z80\Makefile.in: create ar format libraries
-       * support\regression\ports\mcs51-xstack-auto\spec.mk:
-         use device\lib\Makefile to create library
-       * support\regression\tests\snprintf.c:
+         device/lib/Makefile.in, device/lib/ds390/Makefile.in,
+         device/lib/ds400/Makefile.in, device/lib/gbz80/Makefile.in,
+         device/lib/hc08/Makefile.in, device/lib/large/Makefile.in,
+         device/lib/mcs51/Makefile.in, device/lib/medium/Makefile.in,
+         device/lib/small/Makefile.in,
+         device/lib/z80/Makefile.in: create ar format libraries
+       * support/regression/ports/mcs51-xstack-auto/spec.mk:
+         use device/lib/Makefile to create library
+       * support/regression/tests/snprintf.c:
          floating point is not enabled in small-xstack-auto library
+       * device/lib/libfloat.lib, device/lib/libint.lib,
+         device/lib/liblong.lib, device/lib/libsdcc.lib: removed
 
 2009-01-18 Borut Razem <borut.razem AT siol.net>