summaryrefslogtreecommitdiffstats
path: root/lib/csu/amd64 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Pass install the -S option to avoid a window where the target isn'tguenther2011-11-081-2/+2
| | | | | | | executable (by mode or content), which can trip up builds with 'make -j' (The generic fix is in share/mk/*; some Makefiles have their own INSTALL lines) ok millert@ deraadt@
* Make sure everything run from .init and .fini sections gets a properly alignedkettenis2011-03-301-2/+3
| | | | | | stack. ok deraadt@, fgsch@
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-2/+2
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requireskurt2008-11-111-7/+7
| | | | | | gcc with pie support to be built first. ok kettenis@
* The recent change to bsd.own.mk to allow PICFLAG to be overridden madekurt2008-10-061-3/+1
| | | | | | | these previously ignored PICFLAG settings become active. Remove PICFLAG overrides to restore -fpic/-fPIC modes. In snaps for a week. okay drahn@
* Remove separate pic versions of crt0, crtbegin, crtend. Nextkurt2008-07-281-21/+2
| | | | | | release we are taking a different approach. Idea from kettenis@. okay kettenis@ weingart@
* Build pic versions of crt0, crtbegin & crtend for amd64, i386, powerpc,kurt2008-06-251-2/+23
| | | | | sparc64. The rest will come later. okay drahn@ no objection miod@ "Get it in" deraadt@
* remove "unused variable" warningschl2007-10-171-2/+1
| | | | | | tested by deraadt@ on a gcc2 arch looks ok ray@ ok deraadt@
* zap rcsid. Okay deraadt@, krw@espie2005-08-041-5/+1
|
* things for amd64; from art@mickey2004-01-283-0/+250