From 001f0a6c7cf36af3ac486ffcf13963939c7ce060 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 20 Aug 2011 15:16:42 -0400 Subject: Print message that there is no scope instead of being silent --- elf/dl-open.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'elf/dl-open.c') diff --git a/elf/dl-open.c b/elf/dl-open.c index 865490daaf..a0b5c5009c 100644 --- a/elf/dl-open.c +++ b/elf/dl-open.c @@ -661,6 +661,8 @@ _dl_show_scope (struct link_map *l, int from) _dl_debug_printf_c ("\n"); } + else + _dl_debug_printf (" no scope\n"); _dl_debug_printf ("\n"); } -- cgit 1.4.1