summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--elf/dl-runtime.c5
-rw-r--r--sysdeps/unix/sysv/linux/i386/register-dump.h (renamed from sysdeps/i386/register-dump.h)0
3 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 15c5b04a89..e9a89f2e99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1998-08-29 Ulrich Drepper <drepper@cygnus.com>
+
+ * sysdeps/i386/register-dump.h: Move to ...
+ * sysdeps/unix/sysv/linux/i386/register-dump.h: ...here.
+
1998-08-28 22:49 Ulrich Drepper <drepper@cygnus.com>
* elf/do-rel.h (elf_dynamic_do_rel): Call elf_machine_lazy_rel
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
diff --git a/sysdeps/i386/register-dump.h b/sysdeps/unix/sysv/linux/i386/register-dump.h
index 34501fe1be..34501fe1be 100644
--- a/sysdeps/i386/register-dump.h
+++ b/sysdeps/unix/sysv/linux/i386/register-dump.h