[uClibc-cvs] svn commit: trunk/uClibc/ldso/ldso

vapier at uclibc.org vapier at uclibc.org
Mon Jul 11 22:14:54 UTC 2005


Author: vapier
Date: 2005-07-11 16:14:53 -0600 (Mon, 11 Jul 2005)
New Revision: 10789

Log:
minor touchups in debug output/comments

Modified:
   trunk/uClibc/ldso/ldso/dl-startup.c


Changeset:
Modified: trunk/uClibc/ldso/ldso/dl-startup.c
===================================================================
--- trunk/uClibc/ldso/ldso/dl-startup.c	2005-07-11 22:13:30 UTC (rev 10788)
+++ trunk/uClibc/ldso/ldso/dl-startup.c	2005-07-11 22:14:53 UTC (rev 10789)
@@ -289,12 +289,11 @@
 #endif
 
 	/* 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
 	   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. */
 
 	__rtld_stack_end = (void *)(argv - 1);




More information about the uClibc-cvs mailing list