]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2006-08-29 Paul Brook <paul@codesourcery.com>
authorPaul Brook <paul@codesourcery.com>
Tue, 29 Aug 2006 21:53:30 +0000 (21:53 +0000)
committerPaul Brook <paul@codesourcery.com>
Tue, 29 Aug 2006 21:53:30 +0000 (21:53 +0000)
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

index aa1ce25613123a80a4f2dfafbf709eb3cadacae6..df4dfe4fda32132e813166510a2ef5fb7b0d654b 100644 (file)
@@ -1,3 +1,15 @@
+2006-08-29  Paul Brook  <paul@codesourcery.com>
+
+       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  <paul@codesourcery.com>
 
        newlib/