summaryrefslogtreecommitdiffstats
path: root/lib/csu/hppa
AgeCommit message (Expand)AuthorFilesLines
2020-10-15crt0 MD _dl_exit() performs syscall to SYS_exit directly, but thenderaadt1-7/+2
2020-10-14use symbolic SYS_exit instead of the value 1deraadt1-3/+2
2017-08-11_dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stubguenther1-12/+1
2017-02-26Our certbegin/certend is always PIC, so remove the non-PIC MD_SECT_CALL_FUNC()kettenis1-16/+1
2017-01-21Fix misspelling in commentguenther1-2/+2
2017-01-21Declare the symbols that label the .ctors, .dtors, .eh_frame, and .jcrguenther1-1/+22
2016-03-20Rearrange C runtime bits: now that ld.so exports environ and __progname,guenther1-13/+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/+13
2014-12-23Set up the linkage table register (%r19) before calling _dl_boot_bind.kettenis1-9/+9
2014-12-22Self-relocation code for hppa.kettenis1-1/+73
2014-11-12Merge Makefiles, moving the build up a level and putting the CPU-specificguenther1-59/+0
2013-12-03Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inguenther3-141/+42
2012-12-22Register cleanup handler passed by ld.so with atexit(3).kettenis1-8/+6
2012-08-22Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccpascal1-2/+2
2011-11-08Pass install the -S option to avoid a window where the target isn'tguenther1-2/+2
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-2/+1
2008-11-11Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requireskurt1-7/+7
2008-10-17adjust asm to be pic compatible. okay kettenis@kurt1-3/+6
2008-10-06The recent change to bsd.own.mk to allow PICFLAG to be overridden madekurt1-3/+1
2005-08-04zap rcsid. Okay deraadt@, krw@espie1-5/+1
2004-07-07The -DPIC flag must be passed when building crtbeginS.o/crtendS.o howeverdrahn1-6/+6
2004-06-01do not need sh_func_adrs w/ gcc3 no moremickey1-3/+2
2004-05-26better code for calling ctorsmickey1-5/+3
2004-01-08__init/__fini handling on ELF has not been correct. It is supposed todrahn2-3/+73
2003-12-04also export _start as an alias to __start (noticed by pval@) and redo the early startup as i always wanted tomickey1-7/+26
2003-06-04more 3/4 cleanups for lazy developersderaadt1-7/+2
2003-05-30i sent you the damn working diff, didn't i?mickey1-5/+7
2003-05-30Fix dependancy building for ELF startup code. Changed Makefilesdrahn1-16/+25
2003-02-28copy basename of argv[0] to bss for __progname, so that large stack smashderaadt1-3/+9
2003-01-16extern the eprol and etext; better eprol definitionmickey1-3/+4
2002-11-10build crtbegin/crtend as it is ment for elfmickey2-22/+59
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-7/+7
2002-02-02fix some protosmickey1-3/+5
2001-08-19either way this is what i'm using nowmickey2-0/+130