summaryrefslogtreecommitdiffstats
path: root/lib/csu/crtbeginS.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sprinkle a few __used markers to prevent gcc4 from throwing away essentialkettenis2010-05-011-5/+5
* Add gcj java class registration hooks for gcc3 elf archs. From NetBSDkurt2009-04-131-1/+19
* Tag ELF shared libraries as OpenBSD.kettenis2009-02-041-1/+3
* Add __cxa_atexit() support for gcc3. This provides support for shared object destructors called at dlclose() time. Inspired by similar changes in FreeBSD and NetBSD.millert2007-09-031-1/+22
* add finalized guard to destructor calls, to prevent multiple calls.espie2004-01-261-6/+10
* small clean-up: typedef to desambiguate const, prototypes...espie2004-01-261-5/+6
* __init/__fini handling on ELF has not been correct. It is supposed todrahn2004-01-081-3/+15
* correct array initializer size to be [1], not [0] fixes gcc3 libstdc++ errordrahn2003-12-281-3/+3
* boring protosderaadt2003-06-261-5/+5
* 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-5/+5
* Commonize csu code for elf systems, powerpc now no longer has it's owndrahn2001-05-281-0/+103