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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 84378d19dd..ca38ec3234 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. |