diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,18 +1,24 @@ 2006-10-27 Ulrich Drepper <drepper@redhat.com> + * elf/dl-close.c (_dl_close_worker): Renamed from _dl_close and + split out locking and parameter checking. + (_dl_close): Call _dl_close_worker after locking and checking. + * elf/dl-open.c (_dl_open): Call _dl_close_worker instead of + _dl_close. + [BZ #3426] * stdlib/stdlib.h: Adjust comment for canonicalize_file_name to reality. [BZ #3429] * elf/dl-open.c (dl_open_worker): Keep holding dl_load_lock until - we are sure we do not need it anymore for _dl_close. ALso move + we are sure we do not need it anymore for _dl_close. Also move the asserts inside the lock region. Patch mostly by Suzuki <suzuki@in.ibm.com>. 2006-10-27 Jakub Jelinek <jakub@redhat.com> - * elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scope + * elf/dl-lookup.c (_dl_debug_bindings): Remove unused symbol_scope argument. (_dl_lookup_symbol_x): Adjust caller. |