summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-18 15:43:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-18 15:43:45 +0000
commite49bb542270acf31e2247ab33cd5cb39b6afc9f5 (patch)
treefd4ba1a27fae8e84d3187c30e0815771b6917533 /cpukit/ChangeLog
parent2008-08-18 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e49bb542270acf31e2247ab33cd5cb39b6afc9f5.tar.bz2
2008-08-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/Makefile.am, libcsupport/src/newlibc.c: Split libc_init() into a separate file to avoid linkage dependencies on newlibc.c which in turn pulls in fclose() and other C library methods. * libcsupport/src/newlibc_init.c: New file.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 3ab988c7ec..006fc5f5e4 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2008-08-18 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libcsupport/Makefile.am, libcsupport/src/newlibc.c: Split libc_init()
+ into a separate file to avoid linkage dependencies on newlibc.c which
+ in turn pulls in fclose() and other C library methods.
+ * libcsupport/src/newlibc_init.c: New file.
+
2008-08-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/prog-cc.m4: Add -Wnested-externs.