summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-03-16 02:47:08 +0000
committerUlrich Drepper <drepper@redhat.com>2002-03-16 02:47:08 +0000
commit5241882ce2d21c23035a00d252b2c4668529fb31 (patch)
tree747403e40fbf06a597bfaec121f70731a907843e /config.h.in
parentc06b947ef189e2fa8bc9586c4010aa2dae6facb9 (diff)
Update.
2002-03-15 H.J. Lu <hjl@gnu.org> Ulrich Drepper <drepper@redhat.com> * configure.in: Check for availability of init_array/fini_array/preinit_array handling in binutils. * config.h.in (HAVE_INITFINI_ARRAY): New macro. * config.make.in (have-initfini-array): New variable.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 42e7e48417..30e63d5144 100644
--- a/config.h.in
+++ b/config.h.in
@@ -111,6 +111,10 @@
/* Define if binutils support TLS handling. */
#undef HAVE_TLS_SUPPORT
+/* Define if the linker supports .preinit_array/.init_array/.fini_array
+ sections. */
+#undef HAVE_INITFINI_ARRAY
+
/* Defined to some form of __attribute__ ((...)) if the compiler supports
a different, more efficient calling convention. */