2003-03-03 Roland McGrath <roland@redhat.com>

* sysdeps/powerpc/powerpc32/elf/configure.in: Don't define
	PI_STATIC_AND_HIDDEN.
	* sysdeps/powerpc/powerpc32/elf/configure: Regenerated.
This commit is contained in:
Roland McGrath 2003-03-03 21:20:51 +00:00
parent 7ce5c1640c
commit 0c193faea7
2 changed files with 0 additions and 9 deletions

View File

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

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