diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-03-07 08:06:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-03-07 08:06:09 +0000 |
commit | 21745dfa6111504005b89210828335d3816ed1f4 (patch) | |
tree | 3694e196eab1ac4cf3deb69961ccc579a104e329 /ChangeLog | |
parent | d8505f90bf57bd6fba73242ab463fcbda02582da (diff) | |
download | glibc-21745dfa6111504005b89210828335d3816ed1f4.tar.gz glibc-21745dfa6111504005b89210828335d3816ed1f4.tar.xz glibc-21745dfa6111504005b89210828335d3816ed1f4.zip |
* elf/dl-close.c (_dl_close): Decrement l_opencount before
printing debug message. * elf/dl-open.c (dl_open_worker): Always print the new opencount in debug messages.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9171f4c364..b4c6e8a458 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-03-07 Ulrich Drepper <drepper@redhat.com> + + * elf/dl-close.c (_dl_close): Decrement l_opencount before + printing debug message. + * elf/dl-open.c (dl_open_worker): Always print the new opencount + in debug messages. + 2005-03-06 Ulrich Drepper <drepper@redhat.com> * elf/dl-close.c (_dl_close): Unify debug message format. |