You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MIPS32 uses .gnu.attributes and .MIPS.abiflags to mark the ABI that
the object is using, and the kernel will set the correct FP mode for it.
Currrently we have no these 2 sections and thus since kernel will
treat the objects as FP32. To support FPXX and FP64 in future,
we should add support of these 2 sections.
More details about FP32/FPXX/FP64 are explained in:
https://web.archive.org/web/20180828210612/https://dmz-portal.mips.com/wiki/MIPS_O32_ABI_-_FR0_and_FR1_Interlinking