summaryrefslogtreecommitdiff
path: root/lib/csu/hppa
AgeCommit message (Expand)Author
2022-10-27hppa and mips64 have private copies of RCRT0_RELRO(), which shouldTheo de Raadt
2022-01-31Inline RELOC_* into boot_md.c and simplify the code based on whatPhilip Guenther
2022-01-12Lift the '#ifdef RCRT0' conditional out of boot*.h to crt0.cPhilip Guenther
2021-11-14Split out the hppa and mips64 versions of boot.h similar to how IPhilip Guenther
2020-10-15crt0 MD _dl_exit() performs syscall to SYS_exit directly, but thenTheo de Raadt
2020-10-14use symbolic SYS_exit instead of the value 1Theo de Raadt
2017-08-11_dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stubPhilip Guenther
2017-02-26Our certbegin/certend is always PIC, so remove the non-PIC MD_SECT_CALL_FUNC()Mark Kettenis
2017-01-21Fix misspelling in commentPhilip Guenther
2017-01-21Declare the symbols that label the .ctors, .dtors, .eh_frame, and .jcrPhilip Guenther
2016-03-20Rearrange C runtime bits: now that ld.so exports environ and __progname,Philip Guenther
2016-03-13crt0.c is already setting environ, so don't set it in MD_START_SETUPPhilip Guenther
2015-09-01In static binaries, invoke kbind() once to disable it.Philip Guenther
2014-12-23Set up the linkage table register (%r19) before calling _dl_boot_bind.Mark Kettenis
2014-12-22Self-relocation code for hppa.Mark Kettenis
2014-11-12Merge Makefiles, moving the build up a level and putting the CPU-specificPhilip Guenther
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