From 5a47e7f2a85ecc103175095c0f4104065fd4d8db Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 25 Aug 2002 07:22:45 +0000 Subject: Update. 2002-08-25 Ulrich Drepper * sysdeps/i386/elf/configure.in: Unconditionally define PI_STATIC_AND_HIDDEN. * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if PI_STATIC_AND_HIDDEN is defined as well. * config.h.in: Add PI_STATIC_AND_HIDDEN entry. * elf/rtld.c (dl_main): Likewise. --- sysdeps/i386/elf/configure.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sysdeps/i386/elf/configure.in') diff --git a/sysdeps/i386/elf/configure.in b/sysdeps/i386/elf/configure.in index e83555e92b..3c27d0171f 100644 --- a/sysdeps/i386/elf/configure.in +++ b/sysdeps/i386/elf/configure.in @@ -30,3 +30,7 @@ if test $libc_cv_386_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) -- cgit 1.4.1