about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
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.