From: Roland McGrath Date: Mon, 3 Mar 2003 21:20:51 +0000 (+0000) Subject: 2003-03-03 Roland McGrath X-Git-Tag: cvs/glibc-2_3_3~1373 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c193faea76a7e4ec4d9de5bf3dc08d9e7d01398;p=thirdparty%2Fglibc.git 2003-03-03 Roland McGrath * sysdeps/powerpc/powerpc32/elf/configure.in: Don't define PI_STATIC_AND_HIDDEN. * sysdeps/powerpc/powerpc32/elf/configure: Regenerated. --- diff --git a/sysdeps/powerpc/powerpc32/elf/configure b/sysdeps/powerpc/powerpc32/elf/configure index c4bed2b8d56..536052e0eb6 100755 --- a/sysdeps/powerpc/powerpc32/elf/configure +++ b/sysdeps/powerpc/powerpc32/elf/configure @@ -50,8 +50,3 @@ _ACEOF fi fi - -cat >>confdefs.h <<\_ACEOF -#define PI_STATIC_AND_HIDDEN 1 -_ACEOF - diff --git a/sysdeps/powerpc/powerpc32/elf/configure.in b/sysdeps/powerpc/powerpc32/elf/configure.in index 97c300c20bf..fbf41a49842 100644 --- a/sysdeps/powerpc/powerpc32/elf/configure.in +++ b/sysdeps/powerpc/powerpc32/elf/configure.in @@ -36,7 +36,3 @@ if test $libc_cv_powerpc32_tls = yes; then AC_DEFINE(HAVE_TLS_SUPPORT) fi fi - -dnl It is always possible to access static and hidden symbols in an -dnl position independent way. -AC_DEFINE(PI_STATIC_AND_HIDDEN)