diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-23 07:36:34 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-23 07:36:34 -0700 |
commit | 077e7700b30df967d9000ebe692894fc5d66df80 (patch) | |
tree | 79e8781e5ddf99ed2efe5ec9185a65f158420055 /ChangeLog | |
parent | 802fe9a1ca0577e8eac28c31a8c20497b15e7e69 (diff) | |
download | glibc-077e7700b30df967d9000ebe692894fc5d66df80.tar.gz glibc-077e7700b30df967d9000ebe692894fc5d66df80.tar.xz glibc-077e7700b30df967d9000ebe692894fc5d66df80.zip |
Some more fixes for the unique symbol handling.
The hash value can be zero, so we need a different test for empty slots. And unify the way we prevent a DSO from being unloaded.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index bea7ba0e2d..5dc5d41433 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-07-23 Ulrich Drepper <drepper@redhat.com> + * elf/dl-lookup.c (dl_lookup_x): The hashval for unique symbol can + potentially be zero. + * elf/tst-unique1.c: Extend test to check for unloading DSO with unique symbol definition. Patch by Jakub Jelinek. |