Page MenuHomeFreeBSD

Compile trampoline with soft-float on MIPS, to match the rest of the kernel
ClosedPublic

Authored by kan on Nov 13 2016, 3:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 2:36 PM
Unknown Object (File)
Wed, Apr 17, 12:45 PM
Unknown Object (File)
Dec 9 2023, 4:06 PM
Unknown Object (File)
Nov 26 2023, 6:57 AM
Unknown Object (File)
Nov 22 2023, 3:42 PM
Unknown Object (File)
Oct 19 2023, 5:29 PM
Unknown Object (File)
Oct 19 2023, 6:10 AM
Unknown Object (File)
Sep 23 2023, 10:19 AM
Subscribers
None

Details

Summary

Core kernel is always compiled with -msoft-float on all of our platforms,
make sure we follow the suit with trampoline as well.

In theory, hack.c code needs this treatment as well, but by being small and
empty, it does not end up as marked by either float ABI in mips and does not
produce any warnings, so let it be.

Diff Detail

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

Event Timeline

kan retitled this revision from to Compile trampoline with soft-float on MIPS, to match the rest of the kernel.
kan updated this object.
kan edited the test plan for this revision. (Show Details)
kan added reviewers: adrian, imp, sgalabov, br.
imp edited edge metadata.
This revision is now accepted and ready to land.Nov 14 2016, 12:52 AM
br edited edge metadata.
adrian edited edge metadata.

worked for me on mips24k!

This revision was automatically updated to reflect the committed changes.