aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/amd64/crti.S
Commit message (Expand)AuthorAgeFilesLines
* Add section .note.GNU-stack for assembly files used by 386 and amd64.Konstantin Belousov2011-01-071-0/+2
* Let all .c and .S files under lib/csu consistently use the __FBSDID()Dimitry Andric2010-12-091-3/+3
* Adjust stack alignment so that when the 'call xxx' functions arePeter Wemm2004-03-211-0/+2
* Use .rodata section for $FreeBSD$.David E. O'Brien2002-05-151-2/+3
* * Bring back the guts of crt{i,n}.S. This allows C++ exceptions to workDavid E. O'Brien2000-10-281-4/+11
* This is step 1 in an effort to unify the start-up files for theJohn Polstra2000-05-191-26/+5
* Change our ELF binary branding to something more acceptable to the BinutilsDavid E. O'Brien2000-04-181-0/+14
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Import C startup files for ELF support.John Polstra1998-03-071-0/+38