浏览代码

minor touchups in debug output/comments

Mike Frysinger 20 年之前
父节点
当前提交
65ed8b75f3
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      ldso/ldso/dl-startup.c

+ 2 - 3
ldso/ldso/dl-startup.c

@@ -289,12 +289,11 @@ static void * __attribute_used__ _dl_start(unsigned long args)
 #endif
 #endif
 
 
 	/* Wahoo!!! */
 	/* Wahoo!!! */
-	SEND_STDERR_DEBUG("Done relocating library loader, so we can now\n"
-			"\tuse globals and make function calls!\n");
+	SEND_STDERR_DEBUG("Done relocating ldso; we can now use globals and make function calls!\n");
 
 
 	/* Now we have done the mandatory linking of some things.  We are now
 	/* Now we have done the mandatory linking of some things.  We are now
 	   free to start using global variables, since these things have all been
 	   free to start using global variables, since these things have all been
-	   fixed up by now.  Still no function calls outside of this library ,
+	   fixed up by now.  Still no function calls outside of this library,
 	   since the dynamic resolver is not yet ready. */
 	   since the dynamic resolver is not yet ready. */
 
 
 	__rtld_stack_end = (void *)(argv - 1);
 	__rtld_stack_end = (void *)(argv - 1);