summaryrefslogtreecommitdiffstats
path: root/lib/csu/alpha (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pass install the -S option to avoid a window where the target isn'tguenther2011-11-081-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-2/+2
* Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requireskurt2008-11-111-7/+7
* The recent change to bsd.own.mk to allow PICFLAG to be overridden madekurt2008-10-061-3/+1
* Revert temporary hack.kettenis2005-09-252-131/+3
* zap rcsid. Okay deraadt@, krw@espie2005-08-041-5/+1
* Temporary hack to make alpha build again.kettenis2004-10-212-3/+131
* __init/__fini handling on ELF has not been correct. It is supposed todrahn2004-01-082-2/+65
* Define both _start and __start in crt0, all of the other architectures do.drahn2003-08-251-2/+5
* Fix dependancy building for ELF startup code. Changed Makefilesdrahn2003-05-301-13/+24
* copy basename of argv[0] to bss for __progname, so that large stack smashderaadt2003-02-281-2/+10
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-6/+6
* fix the alpha after that last diff which was obviously not testedderaadt2001-05-291-3/+3
* Use "realinstall" to allow the framework to do other work if needed;tholo2001-03-241-2/+2
* Remove even more dead code.art2001-02-031-28/+3
* Schedule running of __fini in __init, not __start.art2001-02-031-3/+2
* Use crtbegin and crtend from common_elf.art2001-02-033-129/+4
* Don't define ECOFF_COMPAT. We're ELF.art2001-02-031-5/+1
* deconfuse include path. (XXX - this for my future hacks).art2001-01-311-2/+2
* This is not how we'll do dynamic libraries on alpha anyway.art2001-01-252-102/+17
* Fix RCS Idsniklas1999-08-201-2/+2
* consitancize with other archsmickey1998-06-011-9/+5
* Use OpenBSD tags and not SCCS or RCS Id tagstholo1997-06-241-1/+5
* COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPmillert1997-04-271-2/+2
* Sync with NetBSD, Add OpenBSD tags.niklas1996-11-135-115/+382
* machine/asm.h is sufficientderaadt1996-05-221-8/+1
* from netbsd; limit the flags that get passed to cppderaadt1995-12-211-3/+3
* from netbsd; do not override other CFLAGS settingsderaadt1995-12-151-2/+2
* from netbsd; fix profiling supportderaadt1995-12-141-4/+4
* initial import of NetBSD treederaadt1995-10-182-0/+132