Page MenuHomeFreeBSD

riscv: Provide prototypes for fpgetmask/fpsetmask
ClosedPublic

Authored by arichardson on Aug 20 2025, 12:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 27, 4:04 AM
Unknown Object (File)
Mon, Apr 20, 5:05 AM
Unknown Object (File)
Sun, Apr 19, 6:03 AM
Unknown Object (File)
Fri, Apr 17, 12:20 PM
Unknown Object (File)
Thu, Apr 16, 2:21 PM
Unknown Object (File)
Thu, Apr 16, 7:52 AM
Unknown Object (File)
Thu, Apr 16, 1:16 AM
Unknown Object (File)
Wed, Apr 15, 11:13 PM
Subscribers

Details

Summary

These functions are stubs that do nothing but are called by some software
and not providing them results in implicit function declaration errors.
This was missed in D25740.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 66361
Build 63244: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Aug 20 2025, 5:05 PM

You can use Fixes: 7393b267c6ce ("libc: Provide sub fp(s|g)etmask() implementations for RISC-V") in the commit message.