OSDN Git Service

ldso: PRELINK: Remove surplus newline
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 18 Apr 2015 19:36:26 +0000 (21:36 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 22 Apr 2015 17:58:40 +0000 (19:58 +0200)
in early debugging code

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
ldso/ldso/ldso.c

index 5619629..f38f9e3 100644 (file)
@@ -1196,6 +1196,7 @@ of this helper program; chances are you did not intend to run this program.\n\
        }
 #endif
 #ifdef __UCLIBC_HAS_SSP__
+       _dl_debug_early("Setting up SSP guards\n");
        /* Set up the stack checker's canary.  */
        stack_chk_guard = _dl_setup_stack_chk_guard ();
 # ifdef THREAD_SET_STACK_GUARD
@@ -1268,7 +1269,7 @@ of this helper program; chances are you did not intend to run this program.\n\
 
        }
 
-       _dl_debug_early ("\nprelink checking: %s\n", prelinked ? "ok" : "failed");
+       _dl_debug_early ("prelink checking: %s\n", prelinked ? "ok" : "failed");
 
        if (prelinked) {
                if (_dl_loaded_modules->dynamic_info[DT_GNU_CONFLICT_IDX]) {