diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-11 22:14:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-11 22:14:53 +0000 |
commit | 65ed8b75f305bb8671ab18e386baad29e79436c5 (patch) | |
tree | cb09dd797addbb80798dd5ba17dbb62cfd2a26a1 | |
parent | bda3391b23de16b367d4d581c39f86cdbd37fc2b (diff) |
minor touchups in debug output/comments
-rw-r--r-- | ldso/ldso/dl-startup.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ldso/ldso/dl-startup.c b/ldso/ldso/dl-startup.c index 2e0e8bcb7..176276f20 100644 --- a/ldso/ldso/dl-startup.c +++ b/ldso/ldso/dl-startup.c @@ -289,12 +289,11 @@ static void * __attribute_used__ _dl_start(unsigned long args) #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); |