freebsd-dev/lib/csu/mips
Kyle Evans ea7868016d mips: csu: fix compilation w/ LLVM
GCC issues the warning, but with LLVM it is fatal- no matching .cprestore
with .cpload. Reserve some place on the stack and and add the proper
.cprestore to pair it with.

nop added in the !o32 branch to fill out delay slot instruction, just in
case.

Reviewed by:	arichardson
Differential Revision:	https://reviews.freebsd.org/D21697
2020-01-03 19:59:42 +00:00
..
crt1.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
crt.h mips: csu: fix compilation w/ LLVM 2020-01-03 19:59:42 +00:00
crti.S Don't include GNU object attributes when building with clang. 2017-08-30 19:19:31 +00:00
crtn.S mips: remove 16-byte alignment from .init and .fini epilogues 2019-05-20 20:48:04 +00:00
Makefile Process irelocs for statically linked binaries from crt1 on x86. 2018-10-13 23:52:55 +00:00
Makefile.depend META_MODE: Remove DEP_MACHINE from Makefile.depend files. 2015-09-25 19:44:01 +00:00