summaryrefslogtreecommitdiffstats
path: root/lib/csu/alpha/crt1.c
Commit message (Expand)AuthorAgeFilesLines
* Back out the call to _init_tls() - something is broken there and itdfr2004-08-211-2/+0
* Add support for TLS in statically linked programs.dfr2004-08-151-0/+2
* make these more useful for lint(1). Minor diff-reductions while I'mmarkm2003-01-261-0/+1
* The main reason for this is to reduce diffs between all the crt1.c's.markm2002-07-161-9/+11
* Prototype _start.obrien2002-06-251-2/+4
* Style nit and modernize SCM ID.obrien2002-04-131-8/+2
* Do not use __progname directly (except in [gs]etprogname(3)).markm2002-03-291-2/+3
* Fix nit in copyright.obrien2001-10-261-2/+2
* Add rcsid's.obrien2001-01-041-3/+13
* * Bring back the guts of crt{i,n}.S. This allows C++ exceptions to workobrien2000-10-281-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Enable gcrt1.o.simokawa1999-07-161-1/+20
* Remove some left-over stuff from NetBSD that we don't need. Thisjdp1999-04-241-25/+5
* Initialize __progname by argv[0] before striping leading path,simokawa1999-01-191-1/+2
* Strip the leading path from __progname.steve1999-01-071-3/+7
* Remove the bootstrap hack that prevented the use of the rtld.jb1998-08-201-13/+1
* Sharing the crt sources with i386-elf wasn't too successful. The crtijb1998-03-111-20/+68
* Import a sanitized version of jdp's crt1.c from i386-elf. I have removedjb1998-03-101-0/+63
OpenPOWER on IntegriCloud