ARM: Define PI_STATIC_AND_HIDDEN.

This commit is contained in:
Roland McGrath 2015-04-24 10:51:49 -07:00
parent 42261ad731
commit c25fec6f57
3 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2015-04-24 Roland McGrath <roland@hack.frob.com>
* sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
* sysdeps/arm/configure: Regenerated.
2015-04-24 Florian Weimer <fweimer@redhat.com> 2015-04-24 Florian Weimer <fweimer@redhat.com>
[BZ #17715] [BZ #17715]

View File

@ -1,7 +1,8 @@
# This file is generated from configure.ac by Autoconf. DO NOT EDIT! # This file is generated from configure.ac by Autoconf. DO NOT EDIT!
# Local configure fragment for sysdeps/arm. # Local configure fragment for sysdeps/arm.
#AC_DEFINE(PI_STATIC_AND_HIDDEN) $as_echo "#define PI_STATIC_AND_HIDDEN 1" >>confdefs.h
# We check to see if the compiler and flags are # We check to see if the compiler and flags are
# selecting the hard-float ABI and if they are then # selecting the hard-float ABI and if they are then

View File

@ -2,10 +2,9 @@ GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
# Local configure fragment for sysdeps/arm. # Local configure fragment for sysdeps/arm.
dnl It is always possible to access static and hidden symbols in an dnl It is always possible to access static and hidden symbols in an
dnl position independent way. dnl position independent way. This has been true since GCC 4.1,
dnl NOTE: This feature was added by the GCC TLS patches. We should test for dnl which is older than the minimum version required to build libc.
dnl it. Until we do, don't define it. AC_DEFINE(PI_STATIC_AND_HIDDEN)
#AC_DEFINE(PI_STATIC_AND_HIDDEN)
# We check to see if the compiler and flags are # We check to see if the compiler and flags are
# selecting the hard-float ABI and if they are then # selecting the hard-float ABI and if they are then