diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-08-20 15:16:42 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-08-20 15:16:42 -0400 |
commit | 001f0a6c7cf36af3ac486ffcf13963939c7ce060 (patch) | |
tree | 7498957254d3a12e12f409c1444b5aeba3c3d487 /elf/dl-open.c | |
parent | 49c74ba90e99c978b452dd430d08bb831e26a2aa (diff) | |
download | glibc-001f0a6c7cf36af3ac486ffcf13963939c7ce060.tar.gz glibc-001f0a6c7cf36af3ac486ffcf13963939c7ce060.tar.xz glibc-001f0a6c7cf36af3ac486ffcf13963939c7ce060.zip |
Print message that there is no scope instead of being silent
Diffstat (limited to 'elf/dl-open.c')
-rw-r--r-- | elf/dl-open.c | 2 |
1 files changed, 2 insertions, 0 deletions
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"); } |