about summary refs log tree commit diff
path: root/elf/rtld.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-08-16 16:11:03 -0400
committerUlrich Drepper <drepper@gmail.com>2011-08-16 16:11:03 -0400
commit174baab3f9c3dfff4e16fd5b9eb2e5fb5c27db74 (patch)
tree4cfa35b5e9979f511aa6a57b9f69dc49d5ecc568 /elf/rtld.c
parentf0f47fa064bec45d40f586def9c0d1a505762b09 (diff)
downloadglibc-174baab3f9c3dfff4e16fd5b9eb2e5fb5c27db74.tar.gz
glibc-174baab3f9c3dfff4e16fd5b9eb2e5fb5c27db74.tar.xz
glibc-174baab3f9c3dfff4e16fd5b9eb2e5fb5c27db74.zip
Improve printing of lookup scopes
The scope of a new object should be printed earlier and when the scope
of an already loaded object is extended only the changes should be
printed.
Diffstat (limited to 'elf/rtld.c')
-rw-r--r--elf/rtld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/rtld.c b/elf/rtld.c
index 478d037306..87bb5f0b46 100644
--- a/elf/rtld.c
+++ b/elf/rtld.c
@@ -2197,7 +2197,7 @@ ERROR: ld.so: object '%s' cannot be loaded as audit interface: %s; ignored.\n",
       _dl_debug_printf ("\nInitial object scopes\n");
 
       for (struct link_map *l = main_map; l != NULL; l = l->l_next)
-	_dl_show_scope (l);
+	_dl_show_scope (l, 0);
     }
 
   if (prelinked)