From f28c14d69ae7f3de1f13db3e268259280e49f4f8 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 1 Oct 2003 07:15:10 +0000 Subject: * elf/rtld.c (dl_main): Add cast in last change. --- elf/rtld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'elf/rtld.c') diff --git a/elf/rtld.c b/elf/rtld.c index 69238399b5..4291f18993 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. */ -- cgit 1.4.1