summaryrefslogtreecommitdiffstats
path: root/ChangeLog.csl
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-08-29 21:53:31 +0000
committerPaul Brook <paul@codesourcery.com>2006-08-29 21:53:31 +0000
commit975f7bea95b0d7294ec33a6eedb6c2736ecae3a1 (patch)
tree3b4bd8cb11833bdd126699ecc03a8a6902b5da92 /ChangeLog.csl
parent7d761d196581d42c21769c4fde2f75a74047e526 (diff)
downloadcygnal-975f7bea95b0d7294ec33a6eedb6c2736ecae3a1.tar.gz
cygnal-975f7bea95b0d7294ec33a6eedb6c2736ecae3a1.tar.bz2
cygnal-975f7bea95b0d7294ec33a6eedb6c2736ecae3a1.zip
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.
Diffstat (limited to 'ChangeLog.csl')
-rw-r--r--ChangeLog.csl12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index aa1ce2561..df4dfe4fd 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>