summaryrefslogtreecommitdiff
path: root/lib/csu/sparc64/crt0.c
AgeCommit message (Expand)Author
2012-12-23Register cleanup handler passed by ld.so with atexit(3).Mark Kettenis
2010-05-01Sprinkle a few __used markers to prevent gcc4 from throwing away essentialMark Kettenis
2008-06-25Make pic compatiable. From and okay drahn@ no objection miod@Kurt Miller
2004-01-04zap multi-line literals; ok deraadtPeter Valchev
2003-02-28copy basename of argv[0] to bss for __progname, so that large stack smashTheo de Raadt
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-09-02I don't even want to know how I could screw this up so bad and noone noticed.Artur Grabowski
2001-08-29crt0. Almost like on alpha, except that sparc64 needs an assembler stubArtur Grabowski