mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Print message that there is no scope instead of being silent
This commit is contained in:
parent
49c74ba90e
commit
001f0a6c7c
@ -3,6 +3,7 @@
|
||||
* elf/dl-open.c (add_to_global): Report additions to the global scope
|
||||
for LD_DEBUG=scopes.
|
||||
(dl_open_worker): Also print scope of newly loaded dependencies.
|
||||
(_dl_show_scope): Indicate if there is no scope.
|
||||
|
||||
[BZ #13114]
|
||||
* stdio-common/Makefile (tests): Add bug24.
|
||||
|
@ -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");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user