aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/alpha
Commit message (Expand)AuthorAgeFilesLines
* make these more useful for lint(1). Minor diff-reductions while I'mMark Murray2003-01-261-0/+1
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1
* The main reason for this is to reduce diffs between all the crt1.c's.Mark Murray2002-07-161-9/+11
* WARNS=6'ify.David E. O'Brien2002-06-251-7/+5
* Prototype _start.David E. O'Brien2002-06-251-2/+4
* Fixed CLEANFILES after bsd.lib.mk sweep.Ruslan Ermilov2002-05-131-0/+2
* SOBJS are not used here for a long time, and were justRuslan Ermilov2002-05-131-4/+2
* Major cleanup of bsd.lib.mk.Ruslan Ermilov2002-05-131-4/+0
* Revert the last change. The corresponding bsd.lib.mk changes wereRuslan Ermilov2002-05-121-1/+4
* Use the simpler NOMAN rather than NOMAN, NOPIC, NOPROFILE, INTERNALLIB.David E. O'Brien2002-05-111-4/+1
* Style nit and modernize SCM ID.David E. O'Brien2002-04-131-8/+2
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-292-3/+5
* Minor WS change to improve readability.David E. O'Brien2002-02-272-6/+6
* minor style updatingDavid E. O'Brien2001-10-271-5/+3
* Fix nit in copyright.David E. O'Brien2001-10-261-2/+2
* Add rcsid's.David E. O'Brien2001-01-043-9/+23
* Alpha verions of the crt initialization and finalization files requiredDavid E. O'Brien2000-10-303-2/+96
* * Bring back the guts of crt{i,n}.S. This allows C++ exceptions to workDavid E. O'Brien2000-10-282-4/+5
* Use the new machine-independent versions of crtbegin and crtendJohn Polstra2000-05-233-108/+2
* Use ${.ALLSRC} in Makefile so that it is a better candidate for copying.David E. O'Brien2000-04-191-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* Enable gcrt1.o.Hidetoshi Shimokawa1999-07-162-2/+25
* Call do_ctors() and do_dtors() using indirect calls through functionJohn Polstra1999-06-061-3/+12
* Remove some left-over stuff from NetBSD that we don't need. ThisJohn Polstra1999-04-242-29/+7
* Ugh. I didn't know this Makefile was reaching over into the dynamicJohn Polstra1999-04-091-2/+4
* Initialize __progname by argv[0] before striping leading path,Hidetoshi Shimokawa1999-01-191-1/+2
* Switch to using ".So" as the extension for PIC object files ratherJohn Polstra1999-01-091-3/+3
* Strip the leading path from __progname.Steve Price1999-01-071-3/+7
* Remove the bootstrap hack that prevented the use of the rtld.John Birrell1998-08-202-24/+3
* Force BOOTSTRAP mode all the time while the headers are broken on alphaJohn Birrell1998-05-041-1/+5
* Temporary fix for problems that occur if CFLAGS=-g is added toJohn Birrell1998-04-011-1/+2
* Don't share sources with i386-elf. That was too difficult. 8-(John Birrell1998-03-111-4/+7
* Sharing the crt sources with i386-elf wasn't too successful. The crtiJohn Birrell1998-03-113-20/+167
* Trash startup sources from NetBSD in favour of jdp's FreeBSD sourceJohn Birrell1998-03-104-419/+23
* Import a sanitized version of jdp's crt1.c from i386-elf. I have removedJohn Birrell1998-03-101-0/+63
* CSU source for Alpha obtained from NetBSD. The makefile will requireJohn Birrell1998-01-114-0/+419