Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2010-06-08 22:44:14 +0400
committerJeff Johnston <jjohnstn@redhat.com>2010-06-08 22:44:14 +0400
commit58d6976a6e8cf1af0cf2747d5b8caa05eb765487 (patch)
tree55c09d25adf7f8c38319ae98ebc73b139d7b33be /newlib/newlib.hin
parentb7d3e6d7d23d74a3b99e3a55a8d982d382f3930f (diff)
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/newlib.hin')
-rw-r--r--newlib/newlib.hin3
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/newlib.hin b/newlib/newlib.hin
index 1ac25178c..3c5338685 100644
--- a/newlib/newlib.hin
+++ b/newlib/newlib.hin
@@ -19,6 +19,9 @@
/* long long type support in IO functions like printf/scanf enabled */
#undef _WANT_IO_LONG_LONG
+/* Register application finalization function using atexit. */
+#undef _WANT_REGISTER_FINI
+
/* long double type support in IO functions like printf/scanf enabled */
#undef _WANT_IO_LONG_DOUBLE