aboutsummaryrefslogtreecommitdiff
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2010-06-08 18:44:14 +0000
committerJeff Johnston <jjohnstn@redhat.com>2010-06-08 18:44:14 +0000
commit58d6976a6e8cf1af0cf2747d5b8caa05eb765487 (patch)
tree55c09d25adf7f8c38319ae98ebc73b139d7b33be /newlib/ChangeLog
parentb7d3e6d7d23d74a3b99e3a55a8d982d382f3930f (diff)
downloadnewlib-58d6976a6e8cf1af0cf2747d5b8caa05eb765487.zip
newlib-58d6976a6e8cf1af0cf2747d5b8caa05eb765487.tar.gz
newlib-58d6976a6e8cf1af0cf2747d5b8caa05eb765487.tar.bz2
2010-06-08 Jeff Johnston <jjohnstn@redhat.com>
* configure.in: Add test for enable-newlib-register-fini to set the _WANT_REGISTER_FINI flag. * configure: Regenerated. * Makefile.in: Ditto. * newlib.hin: Add _WANT_REGISTER_FINI flag. * libc/stdlib/__call_atexit.c: Add test for _WANT_REGISTER_FINI to enable the register_fini function.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 00d0bc8..b0d12cf 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,13 @@
+2010-06-08 Jeff Johnston <jjohnstn@redhat.com>
+
+ * configure.in: Add test for enable-newlib-register-fini
+ to set the _WANT_REGISTER_FINI flag.
+ * configure: Regenerated.
+ * Makefile.in: Ditto.
+ * newlib.hin: Add _WANT_REGISTER_FINI flag.
+ * libc/stdlib/__call_atexit.c: Add test for
+ _WANT_REGISTER_FINI to enable the register_fini function.
+
2010-06-04 Mark Mitchell <mark@codesourcery.com>
* libc/stdlib/__call_atexit.c (__libc_fini): Declare.