summaryrefslogtreecommitdiffstats
path: root/lib/csu/sparc64
AgeCommit message (Expand)AuthorFilesLines
2020-10-15crt0 MD _dl_exit() performs syscall to SYS_exit directly, but thenderaadt1-3/+2
2020-10-14use symbolic SYS_exit rather than 1, and skip usingderaadt1-4/+2
2017-08-11_dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stubguenther1-6/+1
2016-03-20Rearrange C runtime bits: now that ld.so exports environ and __progname,guenther1-10/+1
2016-03-13crt0.c is already setting environ, so don't set it in MD_START_SETUPguenther1-2/+2
2015-09-01In static binaries, invoke kbind() once to disable it.guenther1-1/+10
2014-12-22Self-relocation code for sparc64.kettenis1-1/+44
2014-11-12Merge Makefiles, moving the build up a level and putting the CPU-specificguenther1-62/+0
2013-12-03Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inguenther3-124/+30
2012-12-23Register cleanup handler passed by ld.so with atexit(3).kettenis1-5/+7
2011-11-08Pass install the -S option to avoid a window where the target isn'tguenther1-2/+2
2010-05-01Sprinkle a few __used markers to prevent gcc4 from throwing away essentialkettenis1-2/+2
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-2/+2
2008-11-11Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requireskurt1-7/+7
2008-10-06The recent change to bsd.own.mk to allow PICFLAG to be overridden madekurt1-3/+1
2008-07-28Remove separate pic versions of crt0, crtbegin, crtend. Nextkurt1-21/+2
2008-06-25Build pic versions of crt0, crtbegin & crtend for amd64, i386, powerpc,kurt1-2/+23
2008-06-25Make pic compatiable. From and okay drahn@ no objection miod@kurt1-4/+3
2004-01-08__init/__fini handling on ELF has not been correct. It is supposed todrahn2-2/+61
2004-01-04zap multi-line literals; ok deraadtpvalchev1-14/+12
2003-05-30Fix dependancy building for ELF startup code. Changed Makefilesdrahn1-13/+24
2003-02-28copy basename of argv[0] to bss for __progname, so that large stack smashderaadt1-1/+9
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert1-2/+2
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert1-5/+5
2001-09-02I don't even want to know how I could screw this up so bad and noone noticed.art1-2/+2
2001-08-29build crt0, crtbegin and friends.art1-0/+51
2001-08-29crt0. Almost like on alpha, except that sparc64 needs an assembler stubart1-0/+111