mirror of git://sourceware.org/git/glibc.git
Better check for last patch
Don't indicate that dependencies of dynamically loaded objects are also dynamically loaded.
This commit is contained in:
parent
9ac533d31b
commit
07df30d995
|
@ -2094,7 +2094,7 @@ _dl_map_object (struct link_map *loader, const char *name,
|
||||||
/* Display information if we are debugging. */
|
/* Display information if we are debugging. */
|
||||||
if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_FILES, 0)
|
if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_FILES, 0)
|
||||||
&& loader != NULL)
|
&& 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]; needed by %s [%lu]\n"
|
||||||
: "\nfile=%s [%lu]; dynamically loaded by %s [%lu]\n",
|
: "\nfile=%s [%lu]; dynamically loaded by %s [%lu]\n",
|
||||||
name, nsid, loader->l_name[0]
|
name, nsid, loader->l_name[0]
|
||||||
|
|
Loading…
Reference in New Issue