Page MenuHomeFreeBSD

csu: Avoid additional nops in the MIPS INIT_CALL_SEQ macro
ClosedPublic

Authored by arichardson on May 27 2020, 11:55 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 20, 6:13 AM
Unknown Object (File)
Fri, Mar 20, 6:13 AM
Unknown Object (File)
Thu, Mar 19, 5:32 AM
Unknown Object (File)
Fri, Mar 13, 6:15 PM
Unknown Object (File)
Wed, Mar 4, 10:44 AM
Unknown Object (File)
Tue, Mar 3, 9:26 PM
Unknown Object (File)
Sun, Mar 1, 1:56 PM
Unknown Object (File)
Sun, Mar 1, 7:15 AM
Subscribers

Details

Summary

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.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable