From e0d46614cd97dfe0040a053d7c63122db5b19197 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 29 Aug 1998 09:51:09 +0000 Subject: Update. 1998-08-29 Ulrich Drepper * sysdeps/i386/register-dump.h: Move to ... * sysdeps/unix/sysv/linux/i386/register-dump.h: ...here. --- elf/dl-runtime.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'elf') diff --git a/elf/dl-runtime.c b/elf/dl-runtime.c index 5c1f290fe5..a5e8592154 100644 --- a/elf/dl-runtime.c +++ b/elf/dl-runtime.c @@ -45,7 +45,10 @@ _dl_object_relocation_scope (struct link_map *l) _dl_map_object_deps (l, NULL, 0, 0); /* The primary scope is this object itself and its - dependencies. */ + dependencies. + + XXX This is wrong. Only the object must be searched, not + the dependencies. --drepper */ _dl_global_scope[0] = l; /* Secondary is the dependency tree that reached L; the object -- cgit v1.2.1