(_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:
Ulrich Drepper 2002-08-21 22:36:32 +00:00
parent 8aeeb60024
commit 3fc9ed37d8
1 changed files with 0 additions and 4 deletions

View File

@ -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. */