about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-03-07 06:50:48 +0000
committerUlrich Drepper <drepper@redhat.com>2005-03-07 06:50:48 +0000
commitb6cc1a62178d0a8442da2ed464244a9f5f60e2f1 (patch)
tree739bfe45a30bdc138255432fa9d5b3aedcf6fb00 /ChangeLog
parent75a142a216c756377dfde1dd1b1ef093d9ef1ac5 (diff)
downloadglibc-b6cc1a62178d0a8442da2ed464244a9f5f60e2f1.tar.gz
glibc-b6cc1a62178d0a8442da2ed464244a9f5f60e2f1.tar.xz
glibc-b6cc1a62178d0a8442da2ed464244a9f5f60e2f1.zip
* elf/do-lookup.h (do_lookup_x): Add namespace info to debug output.
	* elf/dl-version.c (match_symbol): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c98b4e0887..5c74e28445 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2005-03-06  Ulrich Drepper  <drepper@redhat.com>
 
-	* elf/dl-version.c (match_symbol): Add namespace info to debug output.
+	* elf/do-lookup.h (do_lookup_x): Add namespace info to debug output.
+	* elf/dl-version.c (match_symbol): Likewise.
 
 	* posix/bits/unistd.h (pread): Fix typo in __USE_FILE_OFFSET64 code.