Skip to content

Commit

Permalink
(_dl_map_object_deps): Revert patch from 2002-05-28. This cripples th…
Browse files Browse the repository at this point in the history
…e scope lists necessary to search for symbols in dependencies which are not in the global scope.
  • Loading branch information
Ulrich Drepper committed Aug 21, 2002
1 parent 8aeeb60 commit 3fc9ed3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions elf/dl-deps.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 3fc9ed3

Please sign in to comment.