diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-03-19 07:51:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-03-19 07:51:35 +0000 |
commit | a2f7570bdda3e64ce32d74d7df943d306683ab8e (patch) | |
tree | 39226b32e75ace455a9d163a45f0b693edc4ebe2 /ChangeLog | |
parent | c3381f3eb21b3660c8854e9bada5e7bd201a40af (diff) | |
download | glibc-a2f7570bdda3e64ce32d74d7df943d306683ab8e.tar.gz glibc-a2f7570bdda3e64ce32d74d7df943d306683ab8e.tar.xz glibc-a2f7570bdda3e64ce32d74d7df943d306683ab8e.zip |
* elf/dl-open.c (dl_open_worker): Print exact l_direct_opencount value,
it has been incremented before.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 608538fd98..9bc7890d62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-19 Jakub Jelinek <jakub@redhat.com> + + * elf/dl-open.c (dl_open_worker): Print exact l_direct_opencount value, + it has been incremented before. + 2005-03-18 Ulrich Drepper <drepper@redhat.com> * elf/dl-fini.c (_dl_fini): Split sorting of the maps in separate |