summaryrefslogtreecommitdiffstats
path: root/libc/misc/elf/dl-iterate-phdr.c
Commit message (Collapse)AuthorAgeFilesLines
* fix dl_iterate_phdr() for FDPIC systemsMike Frysinger2009-08-191-0/+5
| | | | | | | | 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> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* fix building for systems w/out ldso supportMike Frysinger2009-08-191-1/+3
| | | | | | | | If an arch (like alpha and others) have no ldso support at all, then there is no point in attempting to walk loaded modules in the dl-* helper funcs. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-19/+11
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* BIG BIG commit: forgotten filesCarmelo Amoroso2008-07-091-0/+84