summaryrefslogtreecommitdiff
path: root/lib/csu/hppa
AgeCommit message (Expand)Author
2013-12-03Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inPhilip Guenther
2012-12-22Register cleanup handler passed by ld.so with atexit(3).Mark Kettenis
2012-08-22Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccPascal Stumpf
2011-11-08Pass install the -S option to avoid a window where the target isn'tPhilip Guenthe
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-11-11Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requiresKurt Miller
2008-10-17adjust asm to be pic compatible. okay kettenis@Kurt Miller
2008-10-06The recent change to bsd.own.mk to allow PICFLAG to be overridden madeKurt Miller
2005-08-04zap rcsid. Okay deraadt@, krw@Marc Espie
2004-07-07The -DPIC flag must be passed when building crtbeginS.o/crtendS.o howeverDale Rahn
2004-06-01do not need sh_func_adrs w/ gcc3 no moreMichael Shalayeff
2004-05-26better code for calling ctorsMichael Shalayeff
2004-01-08__init/__fini handling on ELF has not been correct. It is supposed toDale Rahn
2003-12-04also export _start as an alias to __start (noticed by pval@) and redo the ear...Michael Shalayeff
2003-06-04more 3/4 cleanups for lazy developersTheo de Raadt
2003-05-30i sent you the damn working diff, didn't i?Michael Shalayeff
2003-05-30Fix dependancy building for ELF startup code. Changed MakefilesDale Rahn
2003-02-28copy basename of argv[0] to bss for __progname, so that large stack smashTheo de Raadt
2003-01-16extern the eprol and etext; better eprol definitionMichael Shalayeff
2002-11-10build crtbegin/crtend as it is ment for elfMichael Shalayeff
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-02fix some protosMichael Shalayeff
2001-08-19either way this is what i'm using nowMichael Shalayeff