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:
1ca62d4
)
(_dl_lookup_symbol_skip): Fix a typo.
author
Ulrich Drepper
<drepper@redhat.com>
Fri, 15 Sep 2000 17:06:43 +0000
(17:06 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Fri, 15 Sep 2000 17:06:43 +0000
(17:06 +0000)
elf/dl-lookup.c
patch
|
blob
|
history
diff --git
a/elf/dl-lookup.c
b/elf/dl-lookup.c
index
2b58ff3
..
581c6a6
100644
(file)
--- a/
elf/dl-lookup.c
+++ b/
elf/dl-lookup.c
@@
-306,7
+306,7
@@
_dl_lookup_symbol_skip (const char *undef_name,
for (i = 0; (*scope)->r_duplist[i] != skip_map; ++i)
assert (i < (*scope)->r_nduplist);
-
while
(i >= (*scope)->r_nlist
+
if
(i >= (*scope)->r_nlist
|| ! do_lookup (undef_name, hash, *ref, ¤t_value, *scope, i,
skip_map, 0, 0))
while (*++scope)