summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-10-31 01:28:52 +0000
committerRoland McGrath <roland@gnu.org>2005-10-31 01:28:52 +0000
commit06e689288cb6eb0a70021f0324057f208aad8eff (patch)
tree7f49f6efbffc917200b785735accdd8fd817735c /ChangeLog
parent80dce5a31a5c52c9c2db182938d8ef385869f92b (diff)
* elf/dl-conflict.c (_dl_resolve_conflicts): Use _dl_debug_printf
instead of _dl_printf to print conflict processing debug message. Reported by John Reiser <jreiser@BitWagon.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fca946919b..6331a3a9ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-26 Jakub Jelinek <jakub@redhat.com>
+
+ * elf/dl-conflict.c (_dl_resolve_conflicts): Use _dl_debug_printf
+ instead of _dl_printf to print conflict processing debug message.
+ Reported by John Reiser <jreiser@BitWagon.com>.
+
2005-10-30 Ulrich Drepper <drepper@redhat.com>
* misc/hsearch_r.c (hsearch_r): Remove duplicate test.