freebsd-dev/lib/csu/mips
Alex Richardson 3fe733f375 csu: Avoid additional nops in the MIPS INIT_CALL_SEQ macro
Since we had a .set reorder, the nop after the "jal" was being placed after
the delay slot, resulting in two nops.
While changing this code also guard the .set noreorder with .set push/pop
and use $zero as the cpsetup save register since we don't need to save $gp.

Reviewed By:	jhb
Differential Revision: https://reviews.freebsd.org/D25025
2020-06-05 08:46:55 +00:00
..
crt1.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
crt.h csu: Avoid additional nops in the MIPS INIT_CALL_SEQ macro 2020-06-05 08:46:55 +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