diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-19 09:57:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-19 09:57:54 +0000 |
commit | 3325198e71fe8e600f585ef3a38c3b5240d440db (patch) | |
tree | 55900c263f5686a5a0eaa386aea7c5131ad32992 /elf/rtld.c | |
parent | 74e8f2dcaa151989a5abfd21cf36ec9441d3671f (diff) | |
download | glibc-3325198e71fe8e600f585ef3a38c3b5240d440db.zip glibc-3325198e71fe8e600f585ef3a38c3b5240d440db.tar.gz glibc-3325198e71fe8e600f585ef3a38c3b5240d440db.tar.bz2 |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |