diff options
Diffstat (limited to 'elf/rtld.c')
-rw-r--r-- | elf/rtld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/rtld.c b/elf/rtld.c index 41cf5c36d5..4f92844e54 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -910,7 +910,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); + ELF_MACHINE_JMP_SLOT, 1); loadbase = LOOKUP_VALUE_ADDRESS (result); |