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 c4bed2b..536052e 100755 (executable)
@@ -50,8 +50,3 @@ _ACEOF
 
 fi
 fi
-
-cat >>confdefs.h <<\_ACEOF
-#define PI_STATIC_AND_HIDDEN 1
-_ACEOF
-
index 97c300c..fbf41a4 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)