projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ab5bc8
)
Adjust all callers of _dl_lookup_symbol and _dl_lookup_versioned_symbol.
author
Ulrich Drepper
<drepper@redhat.com>
Sat, 13 Apr 2002 07:53:04 +0000
(07:53 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Sat, 13 Apr 2002 07:53:04 +0000
(07:53 +0000)
sysdeps/mips/dl-machine.h
patch
|
blob
|
history
diff --git
a/sysdeps/mips/dl-machine.h
b/sysdeps/mips/dl-machine.h
index
fcf37f6
..
bc5e84f
100644
(file)
--- 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 \