2003-03-12 Steven Munroe <sjmunroe@us.ibm.com>

* sysdeps/powerpc/powerpc64/elf/configure.in: Remove
	AC_DEFINE(PI_STATIC_AND_HIDDEN).  Not supported for PowerPC64.
        * sysdeps/powerpc/powerpc64/elf/configure: Regenerated.
This commit is contained in:
Roland McGrath 2003-03-12 21:39:43 +00:00
parent d0369fb8a9
commit 53fcc67915
2 changed files with 0 additions and 7 deletions

View File

@ -70,7 +70,3 @@ _ACEOF
fi
fi
cat >>confdefs.h <<\_ACEOF
#define PI_STATIC_AND_HIDDEN 1
_ACEOF

View 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)