aboutsummaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
Diffstat (limited to 'elf')
-rw-r--r--elf/rtld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/rtld.c b/elf/rtld.c
index 6923839..4291f18 100644
--- a/elf/rtld.c
+++ b/elf/rtld.c
@@ -1173,7 +1173,7 @@ of this helper program; chances are you did not intend to run this program.\n\
elf_get_dynamic_info (l, dyn_temp);
_dl_setup_hash (l);
l->l_relocated = 1;
- l->l_map_start = GL(dl_sysinfo_dso);
+ l->l_map_start = (ElfW(Addr)) GL(dl_sysinfo_dso);
/* Now that we have the info handy, use the DSO image's soname
so this object can be looked up by name. */