summaryrefslogtreecommitdiffstats
path: root/lib/csu/amd64/crtn.S
Commit message (Collapse)AuthorAgeFilesLines
* This is step 1 in an effort to unify the start-up files for thejdp2000-05-191-6/+5
| | | | | | | | | | | | | | | | | various architectures. Now all the work is done in crtbegin.c. It doesn't contain any assembly language code, so it should work fine on all architectures. (I have tested it on the i386 and the alpha.) The old assembly language files crt[in].S are now empty shells that generate no code or data. They should not be removed any time soon, because the various versions of gcc in src and ports expect them to exist. Next I will move crtbegin.c into a new common machine-independent directory, and adjust the i386-elf Makefile to use that version. After that I will adjust the alpha Makefile to use the common version too. Requested by: obrien
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Import C startup files for ELF support.jdp1998-03-071-0/+32
Submitted by: John Polstra <jdp@polstra.com>
OpenPOWER on IntegriCloud