OSDN Git Service

fix dl_iterate_phdr() for FDPIC systems
authorMike Frysinger <vapier@gentoo.org>
Thu, 23 Jul 2009 09:27:24 +0000 (05:27 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 23 Jul 2009 09:41:35 +0000 (05:41 -0400)
commitd5f4f963a2ea503c15e44c2a5e4f39691769413a
treeaeec4a16b5a58cfdc6ed2e0ba9125f66a4999ce3
parentdbfc05d6ace2b56f539e199387ca40bc85e1ef64
fix dl_iterate_phdr() for FDPIC systems

The dlpi_addr isn't a simple Elf_Addr type for FDPIC systems, so we can't
just assign 0 to it to initialize.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
libc/misc/elf/dl-iterate-phdr.c