summaryrefslogtreecommitdiffstats
path: root/lib/csu/hppa/crt0.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inguenther2013-12-031-135/+0
* Register cleanup handler passed by ld.so with atexit(3).kettenis2012-12-221-8/+6
* adjust asm to be pic compatible. okay kettenis@kurt2008-10-171-3/+6
* zap rcsid. Okay deraadt@, krw@espie2005-08-041-5/+1
* do not need sh_func_adrs w/ gcc3 no moremickey2004-06-011-3/+2
* also export _start as an alias to __start (noticed by pval@) and redo the early startup as i always wanted tomickey2003-12-041-7/+26
* more 3/4 cleanups for lazy developersderaadt2003-06-041-7/+2
* i sent you the damn working diff, didn't i?mickey2003-05-301-5/+7
* copy basename of argv[0] to bss for __progname, so that large stack smashderaadt2003-02-281-3/+9
* extern the eprol and etext; better eprol definitionmickey2003-01-161-3/+4
* build crtbegin/crtend as it is ment for elfmickey2002-11-101-6/+17
* Part 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.millert2002-02-161-7/+7
* fix some protosmickey2002-02-021-3/+5
* either way this is what i'm using nowmickey2001-08-191-0/+103