aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/sparc/configure.ac
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-10-09 19:15:33 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-10-09 19:15:33 +0200
commit00fe3c6657161a96890067666760ea8cf22b791c (patch)
tree01ed1a0b3da6276d3de541e1e5e946366b2539f1 /sysdeps/sparc/configure.ac
parent112a630b086541d29c20e3bb024f4270dadd68c6 (diff)
downloadglibc-00fe3c6657161a96890067666760ea8cf22b791c.zip
glibc-00fe3c6657161a96890067666760ea8cf22b791c.tar.gz
glibc-00fe3c6657161a96890067666760ea8cf22b791c.tar.bz2
sparc: Assume GOTDATA support in the toolchain
HAVE_GCC_GOTDATA has apparently never been used. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/sparc/configure.ac')
-rw-r--r--sysdeps/sparc/configure.ac28
1 files changed, 1 insertions, 27 deletions
diff --git a/sysdeps/sparc/configure.ac b/sysdeps/sparc/configure.ac
index 43ad541..5cdc0a9 100644
--- a/sysdeps/sparc/configure.ac
+++ b/sysdeps/sparc/configure.ac
@@ -1,30 +1,4 @@
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
# Local configure fragment for sysdeps/sparc.
-# Check for a GCC emitting GOTDATA relocations.
-AC_CACHE_CHECK(for sparc gcc GOTDATA reloc support, libc_cv_sparc_gcc_gotdata, [dnl
-changequote(,)dnl
-cat > conftest.c <<\EOF
-int data;
-int foo(void)
-{
- return data;
-}
-EOF
-changequote([,])dnl
-dnl
-libc_cv_sparc_gcc_gotdata=no
-if AC_TRY_COMMAND(${CC-cc} -S $CFLAGS -O2 -fPIC conftest.c 1>&AS_MESSAGE_LOG_FD); then
- if grep -q 'gdop_hix22' conftest.s \
- && grep -q 'gdop_lox10' conftest.s; then
- libc_cv_sparc_gcc_gotdata=yes
- fi
-fi
-rm -f conftest*])
-if test $libc_cv_sparc_gcc_gotdata = yes; then
- AC_DEFINE(HAVE_GCC_GOTDATA)
-fi
-
-if test $libc_cv_sparc_gcc_gotdata = yes; then
- AC_DEFINE(PI_STATIC_AND_HIDDEN)
-fi
+AC_DEFINE(PI_STATIC_AND_HIDDEN)