summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-08-29 21:53:30 +0000
committerPaul Brook <paul@codesourcery.com>2006-08-29 21:53:30 +0000
commit2a43bdbe0539697555a2bb9e4a18aaa73090511a (patch)
tree18713c5f545de026b0d050378bf363411d9f4d66
parenta180f78dd718cb81b58c9261c4a6f105ff47f0b5 (diff)
downloadgdb-2a43bdbe0539697555a2bb9e4a18aaa73090511a.tar.gz
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.csl12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index aa1ce256131..df4dfe4fda3 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>