From 967cdc10b7062d80936796088cc1cc3bcc1755fc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 27 Aug 2001 16:21:32 +0000 Subject: [PATCH] (dl_main): Update call to _dl_lookup_symbol. --- elf/rtld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elf/rtld.c b/elf/rtld.c index f17d71d..fe52117 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -895,7 +895,7 @@ of this helper program; chances are you did not intend to run this program.\n\ result = _dl_lookup_symbol (_dl_argv[i], _dl_loaded, &ref, _dl_loaded->l_scope, - ELF_MACHINE_JMP_SLOT, 1); + ELF_RTYPE_CLASS_PLT, 1); loadbase = LOOKUP_VALUE_ADDRESS (result); -- 2.7.4