summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 39ab966fb..fce8f2a77 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,11 @@
+2009-04-23 Paul Brook <paul@codesourcery.com>
+ Kazu Hirata <kazu@codesourcery.com>
+
+ * libc/stdlib/__atexit.c (__register_exitproc): Use weak reference
+ to malloc. Allocate dynamically only if it is present.
+ * libc/stdlib/__call_atexit.c (__call_exitprocs): Use weak
+ reference to free. Call free only if it is present.
+
2009-04-22 Anthony Green <green@moxielogic.com>
* configure.host: Add moxie support.