summaryrefslogtreecommitdiffstats
path: root/lib/csu/alpha
AgeCommit message (Expand)AuthorFilesLines
2020-10-15crt0 MD _dl_exit() performs syscall to SYS_exit directly, but thenderaadt1-2/+2
2020-10-14use symbolic SYS_exit instead of the value 1deraadt1-2/+2
2018-11-22Make alpha less special: _dl_boot_bind() is written to completeguenther1-8/+6
2017-08-11_dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stubguenther1-5/+1
2017-01-19MD_START is now always ___start, so expand and eliminate itguenther1-2/+1
2016-08-07alpha already calculates &_DYNAMIC for the _reloc_alpha_got() call, soguenther1-2/+3
2016-03-20Rearrange C runtime bits: now that ld.so exports environ and __progname,guenther1-12/+1
2016-03-13crt0.c is already setting environ, so don't set it in MD_START_SETUPguenther1-2/+2
2015-09-01In static binaries, invoke kbind() once to disable it.guenther1-1/+12
2014-12-27Static PIE support for alpha.kettenis1-6/+44
2014-11-12Merge Makefiles, moving the build up a level and putting the CPU-specificguenther1-60/+0
2013-12-03Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inguenther3-114/+23
2011-11-08Pass install the -S option to avoid a window where the target isn'tguenther1-2/+2
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-2/+2
2008-11-11Compile crt0.o, crtbegin.o and crtend.o with -fpie/-fPIE. This requireskurt1-7/+7
2008-10-06The recent change to bsd.own.mk to allow PICFLAG to be overridden madekurt1-3/+1
2005-09-25Revert temporary hack.kettenis2-131/+3
2005-08-04zap rcsid. Okay deraadt@, krw@espie1-5/+1
2004-10-21Temporary hack to make alpha build again.kettenis2-3/+131
2004-01-08__init/__fini handling on ELF has not been correct. It is supposed todrahn2-2/+65
2003-08-25Define both _start and __start in crt0, all of the other architectures do.drahn1-2/+5
2003-05-30Fix dependancy building for ELF startup code. Changed Makefilesdrahn1-13/+24
2003-02-28copy basename of argv[0] to bss for __progname, so that large stack smashderaadt1-2/+10
2002-02-16Part 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.millert1-6/+6
2001-05-29fix the alpha after that last diff which was obviously not testedderaadt1-3/+3
2001-03-24Use "realinstall" to allow the framework to do other work if needed;tholo1-2/+2
2001-02-03Remove even more dead code.art1-28/+3
2001-02-03Schedule running of __fini in __init, not __start.art1-3/+2
2001-02-03Use crtbegin and crtend from common_elf.art3-129/+4
2001-02-03Don't define ECOFF_COMPAT. We're ELF.art1-5/+1
2001-01-31deconfuse include path. (XXX - this for my future hacks).art1-2/+2
2001-01-25This is not how we'll do dynamic libraries on alpha anyway.art2-102/+17
1999-08-20Fix RCS Idsniklas1-2/+2
1998-06-01consitancize with other archsmickey1-9/+5
1997-06-24Use OpenBSD tags and not SCCS or RCS Id tagstholo1-1/+5
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPmillert1-2/+2
1996-11-13Sync with NetBSD, Add OpenBSD tags.niklas5-115/+382
1996-05-22machine/asm.h is sufficientderaadt1-8/+1
1995-12-21from netbsd; limit the flags that get passed to cppderaadt1-3/+3
1995-12-15from netbsd; do not override other CFLAGS settingsderaadt1-2/+2
1995-12-14from netbsd; fix profiling supportderaadt1-4/+4
1995-10-18initial import of NetBSD treederaadt2-0/+132