aboutsummaryrefslogtreecommitdiff
path: root/elf/rtld.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-12-19 09:57:54 +0000
committerUlrich Drepper <drepper@redhat.com>2002-12-19 09:57:54 +0000
commit3325198e71fe8e600f585ef3a38c3b5240d440db (patch)
tree55900c263f5686a5a0eaa386aea7c5131ad32992 /elf/rtld.c
parent74e8f2dcaa151989a5abfd21cf36ec9441d3671f (diff)
downloadglibc-3325198e71fe8e600f585ef3a38c3b5240d440db.tar
glibc-3325198e71fe8e600f585ef3a38c3b5240d440db.tar.gz
glibc-3325198e71fe8e600f585ef3a38c3b5240d440db.tar.bz2
glibc-3325198e71fe8e600f585ef3a38c3b5240d440db.zip
Update.
2002-12-19 Ulrich Drepper <drepper@redhat.com> * elf/rtld.c: Don't initialize _dl_dynamic_weak to 1 if RTLD_CORRECT_DYNAMIC_WEAK is defined.
Diffstat (limited to 'elf/rtld.c')
-rw-r--r--elf/rtld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/rtld.c b/elf/rtld.c
index a05034ee71..9b08b96124 100644
--- a/elf/rtld.c
+++ b/elf/rtld.c
@@ -90,7 +90,7 @@ struct rtld_global _rtld_global =
/* Get architecture specific initializer. */
#include <dl-procinfo.c>
._dl_debug_fd = STDERR_FILENO,
-#if 1
+#ifndef RTLD_CORRECT_DYNAMIC_WEAK
/* XXX I know about at least one case where we depend on the old
weak behavior (it has to do with librt). Until we get DSO
groups implemented we have to make this the default.