From: Ulrich Drepper Date: Sat, 26 Feb 2005 06:11:53 +0000 (+0000) Subject: * elf/dl-lookup.c (_dl_debug_bindings): Add namespace information X-Git-Tag: cvs/fedora-glibc-20050302T1820~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3706bc2a52b3d33b7877b8709744dd0aaa3b186c;p=thirdparty%2Fglibc.git * elf/dl-lookup.c (_dl_debug_bindings): Add namespace information to debug output. --- diff --git a/ChangeLog b/ChangeLog index e9135036cfc..1f9b0b4f860 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-02-25 Ulrich Drepper + + * elf/dl-lookup.c (_dl_debug_bindings): Add namespace information + to debug output. + 2004-11-11 Richard Sandiford [BZ #758]