Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GC these crt{begin,end}.c, which are unused since the last FreeBSD platform | marius | 2006-05-22 | 1 | -33/+0 |
| | | | | switched to those created from GCC's crtstuff.c 4 years ago. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Move the code for the ".init" and ".fini" sections outside of a | jdp | 1999-03-12 | 1 | -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. | jdp | 1998-03-07 | 1 | -0/+31 |
Submitted by: John Polstra <jdp@polstra.com> |