1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03: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:
Ulrich Drepper
2002-08-21 22:36:32 +00:00
parent 8aeeb60024
commit 3fc9ed37d8

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