fixed test if symbol was found in fndsym()
[fw/sdcc] / ChangeLog
index dd28e2670edd703f4933cc1cdcab136fcfd72e49..6a734bfe940622039abbe1e67d20381fcacd27ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,26 @@
+2009-01-02 Borut Razem <borut.razem AT siol.net>
+
+       * as/link/lklib.c, as/link/lksdcclib.c, as/link/lklibr.h,
+         as/link/getline.[ch], as/link/lkrel.[ch]: added,
+         made support for differnet library formats more flexible,
+         preparation for support of ar format
+       * as/link/lklibr.c, as/link/z80/Makefile.in,
+         as/link/z80/linkgbz80.dsp, as/link/z80/linkz80.dsp,
+         as/link/hc08/link_hc08.dsp, as/link/hc08/Makefile.in,
+         as/link/mcs51/aslink.dsp, as/link/mcs51/Makefile.in,
+         as/link/hc08/lkelf.c, as/link/aslink.h:
+         made support for differnet library formats more flexible,
+         preparation for support of ar format
+
 2009-01-01 Borut Razem <borut.razem AT siol.net>
 
        * as/link/asxxxx_config.h.in:
          fixed warning: extra tokens at end of #endif directive
        * src/z80/peep.c:
          fixed warning: suggest parentheses around && within ||
+       * device/lib/Makefile.in: allow whitespaces at the end of lines in
+         ports.build, in order to make it work on cygwin - it seems to be a
+         bug in cygwin grep: CR is not treated as part of end-of-line
 
 2008-12-31 Borut Razem <borut.razem AT siol.net>