diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-08-16 16:11:03 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-08-16 16:11:03 -0400 |
commit | 174baab3f9c3dfff4e16fd5b9eb2e5fb5c27db74 (patch) | |
tree | 4cfa35b5e9979f511aa6a57b9f69dc49d5ecc568 /ChangeLog | |
parent | f0f47fa064bec45d40f586def9c0d1a505762b09 (diff) | |
download | glibc-174baab3f9c3dfff4e16fd5b9eb2e5fb5c27db74.zip glibc-174baab3f9c3dfff4e16fd5b9eb2e5fb5c27db74.tar.gz glibc-174baab3f9c3dfff4e16fd5b9eb2e5fb5c27db74.tar.bz2 |
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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |