summaryrefslogtreecommitdiff
path: root/lib/csu/sparc64
AgeCommit message (Expand)Author
2003-07-26netbsd.org->NetBSD.orgsalo
2002-04-04Don't make ___start static as gcc can't tell it's referenced and complains.jmc
2002-03-29Don't need `start' in crt0.o any more. ld expects `_start' as the entryeeh
2002-02-11fix multiline string literal. from gcc3mrg
2001-07-17enable dot_init.h on both sparc & sparc64, fixing .init & .fini processingmrg
2001-02-21Remove old compatibility hack. Should no longer be needed.eeh
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-07-25Make this work before and after the kernel is switched to DTRT with argc.mycroft
2000-07-18Handle dynamic binaries too.eeh
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-12-30Workaround for gcc 2.96 bugs.eeh
1999-11-02wrap linelukem
1999-07-02More trailing white space.simonb
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-13Make things link correctly again.eeh
1999-03-08s/rtld_setup/_rtld_setup/ to move it out of the user's name space.kleink
1998-09-13remove MD asm as(1) comments from sysident.h, placing them in a commentmrg
1998-09-13This now works, although it does violate the ELF spec.eeh
1998-09-12Fixup startup code.eeh
1998-09-11Add sparc64-specific stuff.eeh