diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-28 06:40:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-28 06:40:08 +0000 |
commit | 51f38e87b13f233bdf76bd6d3edaabf4fd9eb126 (patch) | |
tree | f363fd6dc8e929a5f3d1bf45c9ee87b060d87a8d /ChangeLog | |
parent | f027b0f6c2d6761dee8fed61d459b0c301a11b15 (diff) | |
download | glibc-51f38e87b13f233bdf76bd6d3edaabf4fd9eb126.tar.gz glibc-51f38e87b13f233bdf76bd6d3edaabf4fd9eb126.tar.xz glibc-51f38e87b13f233bdf76bd6d3edaabf4fd9eb126.zip |
Update.
* elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to l_libname if profiling is enabled [PR libc/2916].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6aee70d0b1..7cc81d7998 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-02-27 Ulrich Drepper <drepper@redhat.com> + * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to + l_libname if profiling is enabled [PR libc/2916]. + * sysdeps/ia64/dl-tls.h: New file. 2002-02-27 Jakub Jelinek <jakub@redhat.com> |