From: Ulrich Drepper Date: Sat, 24 May 1997 22:50:06 +0000 (+0000) Subject: (_dl_relocate_object): Don't call elf_machine_runtime_setup. X-Git-Tag: cvs/libc-2_0_4~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f1f93279becbbe8288dfde699db0148de61fd31;p=thirdparty%2Fglibc.git (_dl_relocate_object): Don't call elf_machine_runtime_setup. --- diff --git a/elf/dl-reloc.c b/elf/dl-reloc.c index 51afaee011a..8f10f1adebb 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;