diff options
Diffstat (limited to 'elf/do-lookup.h')
-rw-r--r-- | elf/do-lookup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/do-lookup.h b/elf/do-lookup.h index 9e78dbfa8d..e57d9df26d 100644 --- a/elf/do-lookup.h +++ b/elf/do-lookup.h @@ -42,7 +42,7 @@ do_lookup_x (const char *undef_name, unsigned long int hash, int num_versions = 0; const ElfW(Sym) *versioned_sym = NULL; - map = list[i]; + map = list[i]->l_real; /* Here come the extra test needed for `_dl_lookup_symbol_skip'. */ if (skip != NULL && map == skip) |