aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-08-20 12:59:45 -0400
committerUlrich Drepper <drepper@gmail.com>2011-08-20 12:59:45 -0400
commit49c74ba90e99c978b452dd430d08bb831e26a2aa (patch)
tree5373b6bea78db7d178e7baa62d6d62c5a16fbfb0 /ChangeLog
parent5c43483f0c868a29161979a783b7a728d665f06e (diff)
downloadglibc-49c74ba90e99c978b452dd430d08bb831e26a2aa.zip
glibc-49c74ba90e99c978b452dd430d08bb831e26a2aa.tar.gz
glibc-49c74ba90e99c978b452dd430d08bb831e26a2aa.tar.bz2
Further improve printing os ELF symbol lookup scope information
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 679dd69..84378d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2011-08-20 Ulrich Drepper <drepper@gmail.com>
+ * 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.
+
[BZ #13114]
* stdio-common/Makefile (tests): Add bug24.
* stdio-common/bug24.c: New file.