From ce33ee7caabb2803294ad7aa8108b039cc00c748 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 5 Nov 2005 17:46:24 +0000 Subject: * 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. --- config.h.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 552523a..261ee73 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 -- cgit v1.1