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 /nptl/ChangeLog | |
parent | 74e8f2dcaa151989a5abfd21cf36ec9441d3671f (diff) | |
download | glibc-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 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 2ab96bce51..86fd4ed80f 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2002-12-19 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Define + RTLD_CORRECT_DYNAMIC_WEAK. + 2002-12-19 Jakub Jelinek <jakub@redhat.com> * forward.c (pthread_attr_init_2_0, pthread_attr_init_2_1): |