elf/rtld.c (dl_main) [HAVE_AUX_VECTOR]: Add a cast.

This commit is contained in:
Roland McGrath 2010-04-05 19:44:16 -07:00
parent e5c42595d0
commit 4dd019e3a1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-04-05 Roland McGrath <roland@redhat.com>
* elf/rtld.c (dl_main) [HAVE_AUX_VECTOR]: Add a cast.
2010-04-05 Ulrich Drepper <drepper@redhat.com>
* po/nl.po: Update from translation team.

View File

@ -1091,7 +1091,7 @@ of this helper program; chances are you did not intend to run this program.\n\
switch (av->a_type)
{
case AT_PHDR:
av->a_un.a_val = phdr;
av->a_un.a_val = (uintptr_t) phdr;
break;
case AT_PHNUM:
av->a_un.a_val = phnum;