diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-03-07 06:50:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-03-07 06:50:48 +0000 |
commit | b6cc1a62178d0a8442da2ed464244a9f5f60e2f1 (patch) | |
tree | 739bfe45a30bdc138255432fa9d5b3aedcf6fb00 /ChangeLog | |
parent | 75a142a216c756377dfde1dd1b1ef093d9ef1ac5 (diff) | |
download | glibc-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-- | ChangeLog | 3 |
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. |