about summary refs log tree commit diff
path: root/elf
diff options
context:
space:
mode:
Diffstat (limited to 'elf')
-rw-r--r--elf/dl-runtime.c5
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