Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 29 Aug 1998 09:51:09 +0000 (09:51 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 29 Aug 1998 09:51:09 +0000 (09:51 +0000)
1998-08-29  Ulrich Drepper  <drepper@cygnus.com>

* sysdeps/i386/register-dump.h: Move to ...
* sysdeps/unix/sysv/linux/i386/register-dump.h: ...here.

ChangeLog
elf/dl-runtime.c
sysdeps/unix/sysv/linux/i386/register-dump.h [moved from sysdeps/i386/register-dump.h with 100% similarity]

index 15c5b04..e9a89f2 100644 (file)
--- 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
index 5c1f290..a5e8592 100644 (file)
@@ -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