| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed profiling of main() for amd64 and i386. This started rotting | bde | 2005-10-07 | 1 | -6/+1 |
* | Align the stack to a 16 byte boundary so that we can safely call functions | dfr | 2005-05-19 | 1 | -0/+3 |
* | Keep the stack aligned to a 16 byte boundary when calling init functions | dfr | 2005-05-19 | 2 | -0/+4 |
* | Add support for TLS in statically linked programs. | dfr | 2004-08-15 | 1 | -0/+2 |
* | The <bsd.files.mk> API seems the best to use here. | ru | 2004-01-20 | 1 | -11/+7 |
* | Removed garbage: | bde | 2003-06-04 | 1 | -3/+1 |
* | This is now Gcc 3.3 WARNS 6 clean. | obrien | 2003-05-04 | 1 | -0/+1 |
* | make these more useful for lint(1). Minor diff-reductions while I'm | markm | 2003-01-26 | 1 | -0/+1 |
* | Backed out previous commit (alignment suitable for RELENG_4) as planned | bde | 2002-12-01 | 1 | -33/+0 |
* | Align the stack suitably for the version of gcc in FreeBSD-4 (provided | bde | 2002-09-29 | 1 | -0/+33 |
* | Drop support for COPY, -c has been the default mode of install(1) | ru | 2002-07-29 | 1 | -1/+1 |
* | The main reason for this is to reduce diffs between all the crt1.c's. | markm | 2002-07-16 | 1 | -18/+25 |
* | Whitespace diffs only; this brings this file into the same whitespace | markm | 2002-07-03 | 1 | -26/+27 |
* | Use .rodata section for $FreeBSD$. | obrien | 2002-05-15 | 2 | -4/+6 |
* | Fixed CLEANFILES after bsd.lib.mk sweep. | ru | 2002-05-13 | 1 | -0/+2 |
* | SOBJS are not used here for a long time, and were just | ru | 2002-05-13 | 1 | -4/+2 |
* | Major cleanup of bsd.lib.mk. | ru | 2002-05-13 | 1 | -5/+0 |
* | Revert the last change. The corresponding bsd.lib.mk changes were | ru | 2002-05-12 | 1 | -1/+4 |
* | Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB. | obrien | 2002-05-11 | 1 | -4/+1 |
* | Removed "-fkeep-inline-functions" from CFLAGS, since it now has no effect | bde | 2002-04-29 | 1 | -1/+1 |
* | Do not use __progname directly (except in [gs]etprogname(3)). | markm | 2002-03-29 | 2 | -3/+5 |
* | Minor style(9) nit + utilize ELF features for the FreeBSD ID. | obrien | 2002-02-27 | 1 | -4/+4 |
* | minor style updating | obrien | 2001-10-27 | 1 | -4/+3 |
* | * Bring back the guts of crt{i,n}.S. This allows C++ exceptions to work | obrien | 2000-10-28 | 4 | -11/+20 |
* | Take crtbegin.c and crtend.c from the new machine-independent | jdp | 2000-05-20 | 3 | -135/+2 |
* | This is step 1 in an effort to unify the start-up files for the | jdp | 2000-05-19 | 3 | -39/+60 |
* | Change our ELF binary branding to something more acceptable to the Binutils | obrien | 2000-04-18 | 1 | -0/+14 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 6 | -6/+6 |
* | Add "-fkeep-inline-functions" to CFLAGS so that higher optimization | jdp | 1999-03-15 | 1 | -3/+2 |
* | Reverse the order of processing object files within an executable or | jdp | 1999-03-13 | 1 | -3/+3 |
* | Move the code for the ".init" and ".fini" sections outside of a | jdp | 1999-03-12 | 3 | -15/+15 |
* | Switch to using ".So" as the extension for PIC object files rather | jdp | 1999-01-09 | 1 | -3/+3 |
* | Strip the leading path from __progname as is done in the a.out case. Also | steve | 1998-12-24 | 1 | -3/+9 |
* | Make profiling work for ELF. gprof now autodetects the format of | jdp | 1998-09-07 | 2 | -2/+25 |
* | Import C startup files for ELF support. | jdp | 1998-03-07 | 6 | -0/+263 |