From e49bb542270acf31e2247ab33cd5cb39b6afc9f5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 18 Aug 2008 15:43:45 +0000 Subject: 2008-08-18 Joel Sherrill * 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. --- cpukit/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cpukit/ChangeLog') 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 + + * 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 * aclocal/prog-cc.m4: Add -Wnested-externs. -- cgit v1.2.3