summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-11-05 17:46:24 +0000
committerUlrich Drepper <drepper@redhat.com>2005-11-05 17:46:24 +0000
commitce33ee7caabb2803294ad7aa8108b039cc00c748 (patch)
tree79ce106edebbac9ab8b168848c39b2a0e7c402c5 /config.h.in
parentf06d38b39fcf1ccaf52bc763498676321d36c81f (diff)
* configure.in: If init_array/fini_array support is not available,
bail out. * config.h.in: Remove trace of optional init_array/fini_array support. * config.make.in: Likewise. * csu/elf-init.c: Likewise. * dlfcn/dlfcn.c: Likewise. * elf/soinit.c: Likewise. * sysdeps/ia64/elf/initfinit.c: Likewise.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/config.h.in b/config.h.in
index 552523a83e..261ee73f04 100644
--- a/config.h.in
+++ b/config.h.in
@@ -158,10 +158,6 @@
/* 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
-
/* Define if the compiler's exception support is based on libunwind. */
#undef HAVE_CC_WITH_LIBUNWIND