]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2003-03-03 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Mon, 3 Mar 2003 21:20:51 +0000 (21:20 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 3 Mar 2003 21:20:51 +0000 (21:20 +0000)
* sysdeps/powerpc/powerpc32/elf/configure.in: Don't define
PI_STATIC_AND_HIDDEN.
* sysdeps/powerpc/powerpc32/elf/configure: Regenerated.

sysdeps/powerpc/powerpc32/elf/configure
sysdeps/powerpc/powerpc32/elf/configure.in

index c4bed2b8d56bf3d443a80a68574bae53f1bebdcd..536052e0eb602c33b14636770ea113fa6aed7de3 100755 (executable)
@@ -50,8 +50,3 @@ _ACEOF
 
 fi
 fi
-
-cat >>confdefs.h <<\_ACEOF
-#define PI_STATIC_AND_HIDDEN 1
-_ACEOF
-
index 97c300c20bf91fbf2cbd483658c057e76e22c568..fbf41a49842e1817a0cd9c767938187d7b54edef 100644 (file)
@@ -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)