diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-08-12 13:32:10 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-08-12 13:32:10 -0400 |
commit | 07df30d99565f1b4dd6d9abf4a1c169bbd9aa3be (patch) | |
tree | 72b8744d8838d4d9afdc324db8674ab1d507626a /elf | |
parent | 9ac533d31bae9b814a0c84b279db422005d1c9fd (diff) | |
download | glibc-07df30d99565f1b4dd6d9abf4a1c169bbd9aa3be.zip glibc-07df30d99565f1b4dd6d9abf4a1c169bbd9aa3be.tar.gz glibc-07df30d99565f1b4dd6d9abf4a1c169bbd9aa3be.tar.bz2 |
Better check for last patch
Don't indicate that dependencies of dynamically loaded objects are
also dynamically loaded.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/dl-load.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-load.c b/elf/dl-load.c index ec700c4..24b3359 100644 --- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -2094,7 +2094,7 @@ _dl_map_object (struct link_map *loader, const char *name, /* Display information if we are debugging. */ if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_FILES, 0) && loader != NULL) - _dl_debug_printf ((mode & __RTLD_DLOPEN) == 0 + _dl_debug_printf ((mode & __RTLD_CALLMAP) == 0 ? "\nfile=%s [%lu]; needed by %s [%lu]\n" : "\nfile=%s [%lu]; dynamically loaded by %s [%lu]\n", name, nsid, loader->l_name[0] |