Adjust all callers of _dl_lookup_symbol and _dl_lookup_versioned_symbol.
authorUlrich Drepper <drepper@redhat.com>
Sat, 13 Apr 2002 07:53:04 +0000 (07:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 13 Apr 2002 07:53:04 +0000 (07:53 +0000)
sysdeps/mips/dl-machine.h

index fcf37f6..bc5e84f 100644 (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        \