summaryrefslogtreecommitdiffstats
path: root/lib/csu/mips64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use a trap instruction that unconditionally terminates the process.visa2020-10-201-2/+2
* crt0 MD _dl_exit() performs syscall to SYS_exit directly, but thenderaadt2020-10-151-2/+2
* use symbolic SYS_exit instead of the value 1deraadt2020-10-141-2/+2
* Work around a limitation of clang integrated assembler on mips64.visa2019-04-191-1/+4
* Separate symbol name and type with a comma for consistency andvisa2019-03-231-2/+2
* _dl_printf is no longer referenced by RELOC_{JMPREL,DYN,GOT}; delete the stubguenther2017-08-111-7/+1
* Teach mips64 to pass &_DYNAMIC to _dl_boot_bind().guenther2016-08-071-1/+3
* Rearrange C runtime bits: now that ld.so exports environ and __progname,guenther2016-03-201-10/+1
* crt0.c is already setting environ, so don't set it in MD_START_SETUPguenther2016-03-131-2/+2
* In static binaries, invoke kbind() once to disable it.guenther2015-09-011-1/+11
* argc is passed as a long by the kernel, define it as such to match whatmiod2015-02-071-2/+2
* Inline the .cpsetup pseudo-statement in rcrt0 to avoid saving the "old" gpmiod2015-01-011-2/+4
* Static PIE for mips64. Still something not quite right as a full make buildkettenis2014-12-271-1/+44
* do not expose "ra" to cpp because it muddles up the .c code above.deraadt2014-12-231-7/+5
* Merge Makefiles, moving the build up a level and putting the CPU-specificguenther2014-11-121-60/+0
* Increase _STACKALIGNBYTES to 15 (was 7), and make sure the stack is alignedmiod2014-02-221-1/+3
* Add assembly code to set up the arguments for the common C startup code. Thiskettenis2013-12-231-29/+19
* Sync Makefile with what other platforms do; makes dependency tracking actuallykettenis2013-12-231-14/+45
* correct frame handlingderaadt2013-12-041-8/+3
* Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros inguenther2013-12-033-213/+54
* mips64 no longer uses scrt0.o, and it was identical to crt0.o anyway.guenther2013-12-011-8/+2
* Pass install the -S option to avoid a window where the target isn'tguenther2011-11-081-2/+2
* Since the stack layout changes from gcc3 to gcc4, change the inline asm tokettenis2010-09-121-1/+5
* Make sure to use 64 bit instructions in the assembly statements (addi -> daddi)miod2009-12-101-8/+4
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-3/+3
* zap rcsid. Okay deraadt@, krw@espie2005-08-041-5/+1
* Shared libs now works. Changes here for ABI64.pefo2004-09-092-30/+59
* kill useless __main() symbol which clashes w/ certain evil software inpvalchev2004-08-231-4/+2
* csu stuff for sgi et alpefo2004-08-063-0/+308