From 66d05b6b801f42f6722a31a54167454ba303a85b Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Tue, 29 Aug 2006 21:53:30 +0000 Subject: [PATCH] 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. --- ChangeLog.csl | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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/ -- 2.47.2