summaryrefslogtreecommitdiff
path: root/lib/csu
AgeCommit message (Expand)Author
2014-11-22mop up a barely started project... getting in the way of grepping the tree!Theo de Raadt
2014-11-15Objects for the executable can be PIE instead of PIC, so remove the sparc64Philip Guenther
2014-11-15ELF uberalles, so move the files up out of common_elfPhilip Guenther
2013-12-28Move atexit(3) into crtbegin.c and certbeginS.c such that we can pass theMark Kettenis
2013-12-12Fix static linking of libpthread: have crt0 invoke __init_tcb() if it'sPhilip Guenther
2013-12-03Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inPhilip Guenther
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-09-08Reverse the order that ctors and dtors are run in accordance withMatthew Dempsky
2012-08-28Add __guard_local as a hidden symbol to ld.so, kernel, and everyMatthew Dempsky
2010-05-01Sprinkle a few __used markers to prevent gcc4 from throwing away essentialMark Kettenis
2009-07-14Don't specify mode(SI) attribute for __EH_FRAME_END__ as we haveJonathan Gray
2009-04-13Add gcj java class registration hooks for gcc3 elf archs. From NetBSDKurt Miller
2009-03-06Work-around a gcc3 -g bug causing debug ld.so to crash.Kurt Miller
2009-02-04Tag ELF shared libraries as OpenBSD.Mark Kettenis
2007-09-03Add __cxa_atexit() support for gcc3. This provides support for shared object...Todd C. Miller
2004-10-26Change __register_frame_info into a weakly defined symbol.Mark Kettenis
2004-10-10Add support for DWARF2 exception handling.Mark Kettenis
2004-01-26add finalized guard to destructor calls, to prevent multiple calls.Marc Espie
2004-01-26small clean-up: typedef to desambiguate const, prototypes...Marc Espie
2004-01-08__init/__fini handling on ELF has not been correct. It is supposed toDale Rahn
2003-12-28correct array initializer size to be [1], not [0] fixes gcc3 libstdc++ errorDale Rahn
2003-11-22remove multi-line literals in __asm syntax to keep gcc3 happyAnil Madhavapeddy
2003-06-26boring protosTheo de Raadt
2003-03-31add a newline at end of file. gcc3 rightfully complains if the fileBruno Rohee
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-05-28Commonize csu code for elf systems, powerpc now no longer has it's ownDale Rahn
2001-02-03oops.Artur Grabowski
2001-02-03Schedule running of __fini in __init, not __start.Artur Grabowski
2001-02-03An OpenBSD tag doesn't hurt.Artur Grabowski
2001-02-03Add an OS note identifying OpenBSD binaries.Artur Grabowski
2001-02-03Decruftification.Artur Grabowski
2001-02-03Create a common_elf directory with crtbegin and crtend that canArtur Grabowski
2014-11-12Merge Makefiles, moving the build up a level and putting the CPU-specificPhilip Guenther
2014-11-10m68k is dead <sniff>Philip Guenther
2014-04-18It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-02-22Increase _STACKALIGNBYTES to 15 (was 7), and make sure the stack is alignedMiod Vallat
2014-01-14build crt*S with -fPIC instead of -fpicMiod Vallat
2013-12-28Move atexit(3) into crtbegin.c and certbeginS.c such that we can pass theMark Kettenis
2013-12-23Add assembly code to set up the arguments for the common C startup code. ThisMark Kettenis
2013-12-23Sync Makefile with what other platforms do; makes dependency tracking actuallyMark Kettenis
2013-12-20Fix typo, allow hppa64 to build a little furtherTobias Ulmer
2013-12-12Fix static linking of libpthread: have crt0 invoke __init_tcb() if it'sPhilip Guenther
2013-12-04correct frame handlingTheo de Raadt
2013-12-03Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inPhilip Guenther
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
2013-12-01mips64 no longer uses scrt0.o, and it was identical to crt0.o anyway.Philip Guenther
2013-11-10The kernel and ld.so have passed 0 in r0 for use as the cleanupPhilip Guenther
2013-11-10The kernel and ld.so have passed 0 in r7 for use as the cleanupPhilip Guenther
2013-11-10The kernel and ld.so pass 0 in %rdx for use as the cleanup callbackPhilip Guenther
2013-09-08Remove a.out leftovers. (it's september now)Miod Vallat