From 78be84cd747c2e3965bf6c2fd5f702d6ff2f5525 Mon Sep 17 00:00:00 2001 From: joseph Date: Wed, 8 Feb 2012 16:44:31 +0000 Subject: Merge changes between r16568 and r17050 from /fsf/trunk. git-svn-id: svn://svn.eglibc.org/trunk@17051 7b3dc134-2b1b-0410-93df-9e9f96275f8d --- libc/config.h.in | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) (limited to 'libc/config.h.in') diff --git a/libc/config.h.in b/libc/config.h.in index 198e7db38..f08bf9268 100644 --- a/libc/config.h.in +++ b/libc/config.h.in @@ -8,11 +8,6 @@ # error "glibc must not be compiled with -ffast-math" #endif -/* Define if using ELF, which supports weak symbols. - This implies HAVE_ASM_WEAK_DIRECTIVE and NO_UNDERSCORES; set by - --with-elf. */ -#undef HAVE_ELF - /* Define if building with SELinux support. Set by --with-selinux. */ #undef HAVE_SELINUX @@ -22,13 +17,6 @@ /* Defined if building with SELinux support & libcap libs are detected. */ #undef HAVE_LIBCAP -/* Define if using XCOFF. Set by --with-xcoff. */ -#undef HAVE_XCOFF - -/* Define if C symbols are asm symbols. Don't define if C symbols - have a `_' prepended to make the asm symbol. */ -#undef NO_UNDERSCORES - /* Define if weak symbols are available via the `.weak' directive. */ #undef HAVE_ASM_WEAK_DIRECTIVE @@ -102,7 +90,7 @@ certain registers (CR0, MQ, CTR, LR) in asm statements. */ #undef BROKEN_PPC_ASM_CR0 -/* Defined on SPARC if ld doesn't handle R_SPARC_WDISP22 against .hidden +/* Defined on SPARC if ld does not handle R_SPARC_WDISP22 against .hidden symbol. sysdeps/sparc/sparc32/elf/configure. */ #undef BROKEN_SPARC_WDISP22 @@ -118,17 +106,20 @@ /* Define if gcc supports AVX. */ #undef HAVE_AVX_SUPPORT +/* Define if gcc supports VEX encoding. */ +#undef HAVE_SSE2AVX_SUPPORT + /* Define if gcc supports FMA4. */ #undef HAVE_FMA4_SUPPORT -/* Define if the compiler's exception support is based on libunwind. */ +/* Define if the compiler\'s exception support is based on libunwind. */ #undef HAVE_CC_WITH_LIBUNWIND /* Define if the access to static and hidden variables is position independent and does not need relocations. */ #undef PI_STATIC_AND_HIDDEN -/* Define this to disable the `hidden_proto' et al macros in +/* Define this to disable the 'hidden_proto' et al macros in include/libc-symbols.h that avoid PLT slots in the shared objects. */ #undef NO_HIDDEN -- cgit v1.2.3