From 3fc9ed37d877ad93df8d3a914f09c934f53feaf0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 21 Aug 2002 22:36:32 +0000 Subject: [PATCH] (_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. --- elf/dl-deps.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/elf/dl-deps.c b/elf/dl-deps.c index 7842013c92..9fd2dd23ef 100644 --- a/elf/dl-deps.c +++ b/elf/dl-deps.c @@ -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. */ -- 2.11.4.GIT