]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 6 Oct 2004 03:18:15 +0000 (03:18 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 6 Oct 2004 03:18:15 +0000 (03:18 +0000)
2004-10-05  Ulrich Drepper  <drepper@redhat.com>

* elf/rtld.c (dl_main): Use _dl_debug_printf instead of _dl_printf
for prelink message.

ChangeLog
elf/rtld.c

index e3b81addc50b4735712b6808ddb95e478f619ceb..9bb8a43b91c270ffa13e60634075cf0398619760 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-05  Ulrich Drepper  <drepper@redhat.com>
+
+       * elf/rtld.c (dl_main): Use _dl_debug_printf instead of _dl_printf
+       for prelink message.
+
 2004-10-05  Jakub Jelinek  <jakub@redhat.com>
 
        * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Include dl-sysdep.h.
index ed1931ce8e6c172e274dfdf03fdac503513d7a9f..5e18a492675b55029b13e1bab2f9c4a957b736df 100644 (file)
@@ -1759,7 +1759,8 @@ cannot allocate TLS data structures for initial thread");
        prelinked = true;
 
       if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_LIBS, 0))
-       _dl_printf ("\nprelink checking: %s\n", prelinked ? "ok" : "failed");
+       _dl_debug_printf ("\nprelink checking: %s\n",
+                         prelinked ? "ok" : "failed");
     }