diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-08-13 18:52:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-13 18:52:51 +0000 |
commit | b8b9340e6f26ef1b19c983fa481b75fd12c01d1b (patch) | |
tree | 22cce793a9c8b1da77853a12a5ee9e410ba18c8b /ChangeLog | |
parent | eba19d2be7678d6ec4f448919d05a89c0e8294cc (diff) | |
download | glibc-b8b9340e6f26ef1b19c983fa481b75fd12c01d1b.tar.gz glibc-b8b9340e6f26ef1b19c983fa481b75fd12c01d1b.tar.xz glibc-b8b9340e6f26ef1b19c983fa481b75fd12c01d1b.zip |
Update.
non-hidden over hidden symbols and strong over weak symbols if both don't start with '_'.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 8b5a2ea88a..64949aa3fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ 2004-08-13 Ulrich Drepper <drepper@redhat.com> * elf/sprof.c (read_symbols): When comparing aliases, prefer - strong over weak symbols if both don't start with '_'. + non-hidden over hidden symbols and strong over weak symbols + if both don't start with '_'. * malloc/malloc.c: Use strong_alias instead of weak_alias wherever possible. |