summaryrefslogtreecommitdiff
path: root/lib/csu/mips64/md_init.h
AgeCommit message (Expand)Author
2015-09-01In static binaries, invoke kbind() once to disable it.Philip Guenther
2015-02-07argc is passed as a long by the kernel, define it as such to match whatMiod Vallat
2015-01-01Inline the .cpsetup pseudo-statement in rcrt0 to avoid saving the "old" gpMiod Vallat
2014-12-27Static PIE for mips64. Still something not quite right as a full make buildMark Kettenis
2014-12-23do not expose "ra" to cpp because it muddles up the .c code above.Theo de Raadt
2014-02-22Increase _STACKALIGNBYTES to 15 (was 7), and make sure the stack is alignedMiod Vallat
2013-12-23Add assembly code to set up the arguments for the common C startup code. ThisMark Kettenis
2013-12-04correct frame handlingTheo de Raadt
2013-12-03Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inPhilip Guenther
2004-09-09Shared libs now works. Changes here for ABI64.Per Fogelstrom
2004-08-06csu stuff for sgi et alPer Fogelstrom