From: Roland McGrath Date: Wed, 1 Oct 2003 07:15:10 +0000 (+0000) Subject: * elf/rtld.c (dl_main): Add cast in last change. X-Git-Tag: cvs/glibc-2_3_3~148 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f28c14d69ae7f3de1f13db3e268259280e49f4f8;p=thirdparty%2Fglibc.git * elf/rtld.c (dl_main): Add cast in last change. --- diff --git a/ChangeLog b/ChangeLog index 09403842b90..755a15277e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-10-01 Roland McGrath + + * elf/rtld.c (dl_main): Add cast in last change. + 2003-09-10 Chris Demetriou * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h: Remove diff --git a/elf/rtld.c b/elf/rtld.c index 69238399b54..4291f189933 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. */ diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 27e479deeb4..22e930554e0 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2003-09-10 Chris Demetriou + + * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: New file. + 2003-09-30 Jakub Jelinek * sysdeps/pthread/malloc-machine.h [!__libc_maybe_call2] (mutex_init,