From: Paul Brook Date: Tue, 29 Aug 2006 21:53:30 +0000 (+0000) Subject: 2006-08-29 Paul Brook X-Git-Tag: newlib-csl-sourcerygxx-4_1-18~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66d05b6b801f42f6722a31a54167454ba303a85b;p=thirdparty%2Fbinutils-gdb.git 2006-08-29 Paul Brook newlib/ * acconfig.h (_ATEXIT_DYNAMIC_ALLOC): Remove. * configure.in: Remove --disable-newlib-atexit-dynamic-alloc. * libc/stdlib/__atexit.c (__register_exitproc): Use weak reference to malloc. Only allocate dynamically if it is present. * libc/stdlib/__call_atexit.c (__call_exitprocs): Use weak reference to free. * configure: Regenerate. * newlib.hin: Regenerate. --- diff --git a/ChangeLog.csl b/ChangeLog.csl index aa1ce256131..df4dfe4fda3 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,15 @@ +2006-08-29 Paul Brook + + newlib/ + * acconfig.h (_ATEXIT_DYNAMIC_ALLOC): Remove. + * configure.in: Remove --disable-newlib-atexit-dynamic-alloc. + * libc/stdlib/__atexit.c (__register_exitproc): Use weak reference to + malloc. Only allocate dynamically if it is present. + * libc/stdlib/__call_atexit.c (__call_exitprocs): Use weak reference + to free. + * configure: Regenerate. + * newlib.hin: Regenerate. + 2006-08-29 Paul Brook newlib/