summaryrefslogtreecommitdiffstats
path: root/lib/csu/mips64
AgeCommit message (Expand)AuthorFilesLines
2020-10-20Use a trap instruction that unconditionally terminates the process.visa1-2/+2
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
2019-04-19Work around a limitation of clang integrated assembler on mips64.visa1-1/+4
2019-03-23Separate symbol name and type with a comma for consistency andvisa1-2/+2
2017-08-11_dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stubguenther1-7/+1
2016-08-07Teach mips64 to pass &_DYNAMIC to _dl_boot_bind().guenther1-1/+3
2016-03-20Rearrange C runtime bits: now that ld.so exports environ and __progname,guenther1-10/+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/+11
2015-02-07argc is passed as a long by the kernel, define it as such to match whatmiod1-2/+2
2015-01-01Inline the .cpsetup pseudo-statement in rcrt0 to avoid saving the "old" gpmiod1-2/+4
2014-12-27Static PIE for mips64. Still something not quite right as a full make buildkettenis1-1/+44
2014-12-23do not expose "ra" to cpp because it muddles up the .c code above.deraadt1-7/+5
2014-11-12Merge Makefiles, moving the build up a level and putting the CPU-specificguenther1-60/+0
2014-02-22Increase _STACKALIGNBYTES to 15 (was 7), and make sure the stack is alignedmiod1-1/+3
2013-12-23Add assembly code to set up the arguments for the common C startup code. Thiskettenis1-29/+19
2013-12-23Sync Makefile with what other platforms do; makes dependency tracking actuallykettenis1-14/+45
2013-12-04correct frame handlingderaadt1-8/+3
2013-12-03Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inguenther3-213/+54
2013-12-01mips64 no longer uses scrt0.o, and it was identical to crt0.o anyway.guenther1-8/+2
2011-11-08Pass install the -S option to avoid a window where the target isn'tguenther1-2/+2
2010-09-12Since the stack layout changes from gcc3 to gcc4, change the inline asm tokettenis1-1/+5
2009-12-10Make sure to use 64 bit instructions in the assembly statements (addi -> daddi)miod1-8/+4
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt1-3/+3
2005-08-04zap rcsid. Okay deraadt@, krw@espie1-5/+1
2004-09-09Shared libs now works. Changes here for ABI64.pefo2-30/+59
2004-08-23kill useless __main() symbol which clashes w/ certain evil software inpvalchev1-4/+2
2004-08-06csu stuff for sgi et alpefo3-0/+308