diff options
author | Paul Brook <paul@codesourcery.com> | 2006-08-29 21:53:30 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2006-08-29 21:53:30 +0000 |
commit | 66d05b6b801f42f6722a31a54167454ba303a85b (patch) | |
tree | 31260f93139c8b7475c98d3eb2fbee42982d95a0 | |
parent | 2f7ae0732050b36ed3c211afd79e5bcf0ac47a71 (diff) | |
download | fsf-binutils-gdb-66d05b6b801f42f6722a31a54167454ba303a85b.zip fsf-binutils-gdb-66d05b6b801f42f6722a31a54167454ba303a85b.tar.gz fsf-binutils-gdb-66d05b6b801f42f6722a31a54167454ba303a85b.tar.bz2 |
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.
-rw-r--r-- | ChangeLog.csl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl index aa1ce25..df4dfe4 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,6 +1,18 @@ 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/ * libc/include/sys/config.h: Define _REENT_SMALL for Thumb-2. 2006-08-25 Nathan Sidwell <nathan@codesourcery.com> |