diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-08-29 09:51:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-08-29 09:51:09 +0000 |
commit | e0d46614cd97dfe0040a053d7c63122db5b19197 (patch) | |
tree | dacc959b36f8759ac75502d5a8f96a3fc947d8b3 /elf | |
parent | b0cf070b98234cf46009b9be18d379ac3ed7215a (diff) | |
download | glibc-e0d46614cd97dfe0040a053d7c63122db5b19197.tar.gz glibc-e0d46614cd97dfe0040a053d7c63122db5b19197.tar.xz glibc-e0d46614cd97dfe0040a053d7c63122db5b19197.zip |
Update.
1998-08-29 Ulrich Drepper <drepper@cygnus.com> * sysdeps/i386/register-dump.h: Move to ... * sysdeps/unix/sysv/linux/i386/register-dump.h: ...here.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/dl-runtime.c | 5 |
1 files changed, 4 insertions, 1 deletions
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 |