2003-03-12 Steven Munroe <sjmunroe@us.ibm.com>
authorRoland McGrath <roland@gnu.org>
Wed, 12 Mar 2003 21:39:43 +0000 (21:39 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 12 Mar 2003 21:39:43 +0000 (21:39 +0000)
        * sysdeps/powerpc/powerpc64/elf/configure.in: Remove
AC_DEFINE(PI_STATIC_AND_HIDDEN).  Not supported for PowerPC64.
        * sysdeps/powerpc/powerpc64/elf/configure: Regenerated.

sysdeps/powerpc/powerpc64/elf/configure
sysdeps/powerpc/powerpc64/elf/configure.in

index 22aa75f..ab79a5a 100644 (file)
@@ -70,7 +70,3 @@ _ACEOF
 fi
 fi
 
-cat >>confdefs.h <<\_ACEOF
-#define PI_STATIC_AND_HIDDEN 1
-_ACEOF
-
index 98abcf0..5466367 100644 (file)
@@ -56,6 +56,3 @@ if test $libc_cv_powerpc64_tls = yes; then
 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)