summaryrefslogtreecommitdiff
path: root/lib/csu/powerpc/md_init.h
AgeCommit message (Expand)Author
2015-09-19We don't need to calculate the load offset. This also means we don't needMark Kettenis
2015-09-09Fetch the _GLOBAL)OFFSET_TABLE_ and _DYNAMIC pointers in a way that'sMark Kettenis
2015-09-09Now that ld(1) will generate a read-only GOT for truly static binaries, weMark Kettenis
2015-09-01In static binaries, invoke kbind() once to disable it.Philip Guenther
2014-12-26Self-relocation code for powerpc.Kurt Miller
2013-12-03Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inPhilip Guenther
2004-01-08__init/__fini handling on ELF has not been correct. It is supposed toDale Rahn