summaryrefslogtreecommitdiff
path: root/lib/csu/alpha
AgeCommit message (Expand)Author
2002-11-22Fix typo.thorpej
2002-11-22Split crtbegin/crtend into crti/crtbegin/crtend/crtn. NetBSD-specificthorpej
2002-01-14Build and install crtfm.o (sets the Alpha FP_C in a way that GCC'sthorpej
2002-01-14* Use the new ALPHA_SET_FP_C sysarch call.thorpej
2002-01-13Support for the GCC "-ffast-math" option on the Alpha.thorpej
2001-07-17Enable the new (working) .init/.fini magic.thorpej
2001-05-11Reorganization of crtbegin/crtend.ross
2000-07-26The ELF ABI declares that argc must fill an `argument slot'. Make it so.mycroft
2000-07-26Always dereference argc as an int.mycroft
2000-06-14sweep of my licenses (userland files w/o only my copyright) forcgd
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
1999-03-20Pull together common Makefile fragments for ELF crt0 files, and use itthorpej
1999-03-20Collect the top parts of the ELF crt0.c files into a common header, andthorpej
1999-03-19Put a good chunk of code common to all ELF crt0.c files into a commonthorpej
1999-03-19Move crtbegin.c and crtend.c from alpha subdir to common_elf subdir viathorpej
1999-03-19Not used.thorpej
1999-03-08s/rtld_setup/_rtld_setup/ to move it out of the user's name space.kleink
1998-09-05Assign my copyrights to TNF.pk
1998-07-27We need <sys/param.h> because sysident.h requires the `NetBSD' constant.thorpej
1998-07-25These all need types.h.mycroft
1998-07-25Don't pull in param.h (and therefore don't pull in unistd.h).mycroft
1998-05-06can't include crt.h; it's not gone!cgd
1998-05-06No longer needed, calls begin crtbegin & crtend were just removed.ross
1998-05-06Sigh, don't make global calls in repeated sharedlib components. It blowsross
1998-05-06Eliminate incorrect gcc-generated cross-section bsr's by calling the staticross
1998-05-06Put the vanilla versions of these into CVS so that Those Who Come Laterross
1998-03-28GC alpha's ECOFF_TOOLCHAIN make variable, and related bits. Nobodycgd
1998-03-27Rename initialization and termination functions from __init() andjtc
1998-02-03remove obsolete register declarationsperry
1997-10-24Fix think'o in previous.thorpej
1997-10-22* use CPPFLAGS instead of CFLAGS for -D and -I optionslukem
1997-10-20Ooops, typo in a comment.thorpej
1997-10-20Add an __RCSID().thorpej
1997-10-10clean up WARNS on the alpha.mrg
1997-10-09WARNSify (not yet tested on all platforms yet)lukem
1997-05-31Back out BUILDDIR and NOINSTALL changes.cjs
1997-05-26These updates to the build allow building against include filescjs
1997-05-17__ps_strings is initialized to 0.mycroft
1997-03-21pull in the sysident.h from ld.so, for NetBSD PT_NOTE generationcgd
1997-03-10fix _DYNAMIC definition bogoncgd
1997-03-10s/mainprog_obj/__&/cgd
1997-03-09fix include path bogosity pointed out by Greg Ostercgd
1997-02-23turn Alpha's ELF_TOOLCHAIN checks to ECOFF_TOOLCHAIN checkscgd
1997-02-17build with -fPICcgd
1997-02-17make hard links from crt{begin,end}.o to crd{begin,end}S.ocgd
1997-01-03const-ify char *'s that need itcgd
1996-12-18include dlfcn.h for exported dynamic loader function prototypes.cgd
1996-12-14-I expected location of ELF shared loadercgd
1996-12-07expect a 'struct ps_strings *' as the fourth argument to __start.cgd
1996-10-18Use ${INSTALL}.thorpej