aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/common/crtbegin.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Run __cxa_finalize in shared objects in the destructor path.Andrew Turner2018-11-131-3/+24
* Add __used to __CTOR_LIST__ and __DTOR_LIST__Ed Maste2018-10-311-2/+2
* Make the .ctors, .dtors, and .jcr markers as static. They shouldn't beAndrew Turner2018-10-291-3/+3
* Add __dso_handle to the BSD crtbegin. This is used to identify sharedAndrew Turner2018-10-261-0/+8
* Implement a BSD licensed crtbegin/crtendAndrew Turner2018-10-251-0/+99
* GC these crt{begin,end}.c, which are unused since the last FreeBSD platformMarius Strobl2006-05-221-81/+0
* GC code that moved to crtbrand.c.David E. O'Brien2002-01-281-4/+0
* Feh, it helps to include a file other than yourself... wonder howDavid E. O'Brien2001-10-271-1/+1
* * Bring back the guts of crt{i,n}.S. This allows C++ exceptions to workDavid E. O'Brien2000-10-281-18/+1
* This is step 1 in an effort to unify the start-up files for theJohn Polstra2000-05-191-7/+50
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Reverse the order of processing object files within an executable orJohn Polstra1999-03-131-3/+3
* Move the code for the ".init" and ".fini" sections outside of aJohn Polstra1999-03-121-10/+8
* Import C startup files for ELF support.John Polstra1998-03-071-0/+61