]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(_dl_relocate_object): Don't call elf_machine_runtime_setup.
authorUlrich Drepper <drepper@redhat.com>
Sat, 24 May 1997 22:50:06 +0000 (22:50 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 24 May 1997 22:50:06 +0000 (22:50 +0000)
elf/dl-reloc.c

index 51afaee011af4320ccf583ee5df4e5a431d78e55..8f10f1adebbc60e9358ee40b555cf544e833063b 100644 (file)
@@ -68,10 +68,6 @@ _dl_relocate_object (struct link_map *l, struct link_map *scope[], int lazy)
     ELF_DYNAMIC_RELOCATE (l, lazy);
   }
 
-  /* Set up the PLT so its unrelocated entries will jump to
-     _dl_runtime_resolve (dl-runtime.c), which will relocate them.  */
-  elf_machine_runtime_setup (l, lazy);
-
   /* Mark the object so we know ths work has been done.  */
   l->l_relocated = 1;