summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-05-24 22:50:06 +0000
committerUlrich Drepper <drepper@redhat.com>1997-05-24 22:50:06 +0000
commit0f1f93279becbbe8288dfde699db0148de61fd31 (patch)
treea907be214a642146ea0dc9e59defa397dd40e496 /elf
parenta83b0f09cb0eb3d148e283696c050220b83dec4c (diff)
(_dl_relocate_object): Don't call elf_machine_runtime_setup.
Diffstat (limited to 'elf')
-rw-r--r--elf/dl-reloc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/elf/dl-reloc.c b/elf/dl-reloc.c
index 51afaee011..8f10f1adeb 100644
--- a/elf/dl-reloc.c
+++ b/elf/dl-reloc.c
@@ -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;