mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
(_dl_map_object_deps): Revert patch from 2002-05-28. This cripples the scope lists necessary to search for symbols in dependencies which are not in the global scope.
This commit is contained in:
parent
8aeeb60024
commit
3fc9ed37d8
@ -254,10 +254,6 @@ _dl_map_object_deps (struct link_map *map,
|
||||
else
|
||||
dep = args.aux;
|
||||
|
||||
/* Skip those are not dlopened if we are dlopened. */
|
||||
if (map->l_type == lt_loaded && dep->l_type != lt_loaded)
|
||||
continue;
|
||||
|
||||
if (! dep->l_reserved)
|
||||
{
|
||||
/* Allocate new entry. */
|
||||
|
Loading…
Reference in New Issue
Block a user