summaryrefslogtreecommitdiffstats
path: root/lib/csu/common/crtend.c
Commit message (Collapse)AuthorAgeFilesLines
* GC these crt{begin,end}.c, which are unused since the last FreeBSD platformmarius2006-05-221-33/+0
| | | | switched to those created from GCC's crtstuff.c 4 years ago.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Move the code for the ".init" and ".fini" sections outside of ajdp1999-03-121-3/+5
| | | | | | | | | C function so the compiler won't try to emit line numbers for it with "-g", breaking the build. This has the nice side-effect of making crtbegin.o and crtbeginS.o a little bit smaller. Remove "-Wno-unused" from the Makefile. Replace it with "__unused" on particular function and variable declarations.
* Import C startup files for ELF support.jdp1998-03-071-0/+31
Submitted by: John Polstra <jdp@polstra.com>
OpenPOWER on IntegriCloud