From: Ulrich Drepper Date: Sat, 13 Apr 2002 07:53:04 +0000 (+0000) Subject: Adjust all callers of _dl_lookup_symbol and _dl_lookup_versioned_symbol. X-Git-Tag: upstream/2.30~10627^2~1709 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=404d6b4b4687ef0d1d975ef458e1a5e8b3cbf9e0;p=external%2Fglibc.git Adjust all callers of _dl_lookup_symbol and _dl_lookup_versioned_symbol. --- diff --git a/sysdeps/mips/dl-machine.h b/sysdeps/mips/dl-machine.h index fcf37f6..bc5e84f 100644 --- a/sysdeps/mips/dl-machine.h +++ b/sysdeps/mips/dl-machine.h @@ -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 \