summaryrefslogtreecommitdiff
path: root/lib/csu/mips64
AgeCommit message (Expand)Author
2014-02-22Increase _STACKALIGNBYTES to 15 (was 7), and make sure the stack is alignedMiod Vallat
2013-12-23Add assembly code to set up the arguments for the common C startup code. ThisMark Kettenis
2013-12-23Sync Makefile with what other platforms do; makes dependency tracking actuallyMark Kettenis
2013-12-04correct frame handlingTheo de Raadt
2013-12-03Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inPhilip Guenther
2013-12-01mips64 no longer uses scrt0.o, and it was identical to crt0.o anyway.Philip Guenther
2011-11-08Pass install the -S option to avoid a window where the target isn'tPhilip Guenthe
2010-09-12Since the stack layout changes from gcc3 to gcc4, change the inline asm toMark Kettenis
2009-12-10Make sure to use 64 bit instructions in the assembly statements (addi -> daddi)Miod Vallat
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2005-08-04zap rcsid. Okay deraadt@, krw@Marc Espie
2004-09-09Shared libs now works. Changes here for ABI64.Per Fogelstrom
2004-08-23kill useless __main() symbol which clashes w/ certain evil software inPeter Valchev
2004-08-06csu stuff for sgi et alPer Fogelstrom