summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-25 07:22:45 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-25 07:22:45 +0000
commit5a47e7f2a85ecc103175095c0f4104065fd4d8db (patch)
tree34005c5173e4e43e2e62ab82a8eec354e5375e83 /config.h.in
parente2084ba07167ab49c5fadae4c34aa014b694317e (diff)
Update.
2002-08-25 Ulrich Drepper <drepper@redhat.com> * 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.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 70d805b4f8..014d841187 100644
--- a/config.h.in
+++ b/config.h.in
@@ -135,6 +135,10 @@
sections. */
#undef HAVE_INITFINI_ARRAY
+/* Define if the access to static and hidden variables is position independent
+ and does not need relocations. */
+#undef PI_STATIC_AND_HIDDEN
+
/* Defined to some form of __attribute__ ((...)) if the compiler supports
a different, more efficient calling convention. */