diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-27 16:21:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-27 16:21:32 +0000 |
commit | 967cdc10b7062d80936796088cc1cc3bcc1755fc (patch) | |
tree | 13fe2ee65d179afe270898ef9b0de171f6e7f646 /elf | |
parent | f909a88ca1cc786b223cc1e907668dc00a77b020 (diff) | |
download | glibc-967cdc10b7062d80936796088cc1cc3bcc1755fc.zip glibc-967cdc10b7062d80936796088cc1cc3bcc1755fc.tar.gz glibc-967cdc10b7062d80936796088cc1cc3bcc1755fc.tar.bz2 |
(dl_main): Update call to _dl_lookup_symbol.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/rtld.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |