mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-31 15:01:09 +00:00
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.
This commit is contained in:
parent
b0cf070b98
commit
e0d46614cd
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user