aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/i386-elf
Commit message (Expand)AuthorAgeFilesLines
* Fixed profiling of main() for amd64 and i386. This started rottingBruce Evans2005-10-071-6/+1
* Align the stack to a 16 byte boundary so that we can safely call functionsDoug Rabson2005-05-191-0/+3
* Keep the stack aligned to a 16 byte boundary when calling init functionsDoug Rabson2005-05-192-0/+4
* Add support for TLS in statically linked programs.Doug Rabson2004-08-151-0/+2
* The <bsd.files.mk> API seems the best to use here.Ruslan Ermilov2004-01-201-11/+7
* Removed garbage:Bruce Evans2003-06-041-3/+1
* This is now Gcc 3.3 WARNS 6 clean.David E. O'Brien2003-05-041-0/+1
* make these more useful for lint(1). Minor diff-reductions while I'mMark Murray2003-01-261-0/+1
* Backed out previous commit (alignment suitable for RELENG_4) as plannedBruce Evans2002-12-011-33/+0
* Align the stack suitably for the version of gcc in FreeBSD-4 (providedBruce Evans2002-09-291-0/+33
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1
* The main reason for this is to reduce diffs between all the crt1.c's.Mark Murray2002-07-161-18/+25
* Whitespace diffs only; this brings this file into the same whitespaceMark Murray2002-07-031-26/+27
* Use .rodata section for $FreeBSD$.David E. O'Brien2002-05-152-4/+6
* Fixed CLEANFILES after bsd.lib.mk sweep.Ruslan Ermilov2002-05-131-0/+2
* SOBJS are not used here for a long time, and were justRuslan Ermilov2002-05-131-4/+2
* Major cleanup of bsd.lib.mk.Ruslan Ermilov2002-05-131-5/+0
* Revert the last change. The corresponding bsd.lib.mk changes wereRuslan Ermilov2002-05-121-1/+4
* Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB.David E. O'Brien2002-05-111-4/+1
* Removed "-fkeep-inline-functions" from CFLAGS, since it now has no effectBruce Evans2002-04-291-1/+1
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-292-3/+5
* Minor style(9) nit + utilize ELF features for the FreeBSD ID.David E. O'Brien2002-02-271-4/+4
* minor style updatingDavid E. O'Brien2001-10-271-4/+3
* * Bring back the guts of crt{i,n}.S. This allows C++ exceptions to workDavid E. O'Brien2000-10-284-11/+20
* Take crtbegin.c and crtend.c from the new machine-independentJohn Polstra2000-05-203-135/+2
* This is step 1 in an effort to unify the start-up files for theJohn Polstra2000-05-193-39/+60
* Change our ELF binary branding to something more acceptable to the BinutilsDavid E. O'Brien2000-04-181-0/+14
* $Id$ -> $FreeBSD$Peter Wemm1999-08-286-6/+6
* Add "-fkeep-inline-functions" to CFLAGS so that higher optimizationJohn Polstra1999-03-151-3/+2
* 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-123-15/+15
* Switch to using ".So" as the extension for PIC object files ratherJohn Polstra1999-01-091-3/+3
* Strip the leading path from __progname as is done in the a.out case. AlsoSteve Price1998-12-241-3/+9
* Make profiling work for ELF. gprof now autodetects the format ofJohn Polstra1998-09-072-2/+25
* Import C startup files for ELF support.John Polstra1998-03-076-0/+263