about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-08-16 16:11:03 -0400
committerUlrich Drepper <drepper@gmail.com>2011-08-16 16:11:03 -0400
commit174baab3f9c3dfff4e16fd5b9eb2e5fb5c27db74 (patch)
tree4cfa35b5e9979f511aa6a57b9f69dc49d5ecc568 /ChangeLog
parentf0f47fa064bec45d40f586def9c0d1a505762b09 (diff)
downloadglibc-174baab3f9c3dfff4e16fd5b9eb2e5fb5c27db74.tar.gz
glibc-174baab3f9c3dfff4e16fd5b9eb2e5fb5c27db74.tar.xz
glibc-174baab3f9c3dfff4e16fd5b9eb2e5fb5c27db74.zip
Improve printing of lookup scopes
The scope of a new object should be printed earlier and when the scope
of an already loaded object is extended only the changes should be
printed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 15c0144ed7..6dbab2e347 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
 
+	* elf/dl-open.c (_dl_show_scope): Take additional parameter which
+	specifies first scope to show.
+	(dl_open_worker): Update callers.  Move printing scope of new
+	object to before the relocation.
+	* rtld.c (dl_main): Update _dl_show_scope call.
+	* sysdeps/generic/ldsodefs.h: Update declaration.
+
 	* elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
 	string for the scope number.