* device/lib/pic16/bootstrap.sh: avoid symlinks
[fw/sdcc] / ChangeLog
index 1a46e870bec63fb97e66835db56205e3fe66a5f2..1fd2ef9134b6354736573b0ff1c5b05d2c84ff7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2009-04-13 Raphael Neider <rneider AT web.de>
+
+       * device/lib/pic16/bootstrap.sh: avoid symlinks
+       * device/lib/pic16/configure.ac,
+         device/lib/pic16/configure.gnu: removed obsolete configure-wrapper
+
+2009-04-13 Borut Razem <borut.razem AT siol.net>
+
+       * device/lib/Makefile.in: remove abspath for PORTDIR, introduced in
+         svn revision #5341, since it makes asranlib to fail on cygming and
+         mingw builds: win32 native asranlib doesn't understand cygwin paths.
+
 2009-04-10 Raphael Neider <rneider AT web.de>
 
        * device/lib/pic/libsdcc/fs2ulong.c, device/lib/pic/libsdcc/fsadd.c,
@@ -10,7 +22,7 @@
          device/lib/pic16/libsdcc/float/fsdiv.c,
          device/lib/pic16/libsdcc/float/fsmul.c: fixed pic14 libraries, merge
          changes from the pic16 port, minor code cleanup
-       * src/pic/gen.c: implemented genUminusFloat()
+       * src/pic/gen.c: implemented genUminusFloat(), fixed warning and style
 
 2009-04-09 Philipp Klaus Krause <pkk AT spth.de>