Adjust all callers of _dl_lookup_symbol and _dl_lookup_versioned_symbol.

This commit is contained in:
Ulrich Drepper 2002-04-13 07:53:04 +00:00
parent 3ab5bc8a52
commit 404d6b4b46
1 changed files with 2 additions and 1 deletions

View File

@ -307,7 +307,8 @@ __dl_runtime_resolve (ElfW(Word) sym_index, \
} \
case 0: \
value = _dl_lookup_symbol (strtab + sym->st_name, l, &sym, \
l->l_scope, ELF_RTYPE_CLASS_PLT, 0); \
l->l_scope, ELF_RTYPE_CLASS_PLT, \
DL_LOOKUP_ADD_DEPENDENCY); \
} \
\
/* Currently value contains the base load address of the object \