Page MenuHomeFreeBSD

riscv: Provide prototypes for fpgetmask/fpsetmask
ClosedPublic

Authored by arichardson on Aug 20 2025, 12:26 AM.
Tags
None
Referenced Files
F145679684: D52035.diff
Mon, Feb 23, 1:01 AM
Unknown Object (File)
Sat, Jan 31, 2:37 AM
Unknown Object (File)
Sun, Jan 25, 4:36 AM
Unknown Object (File)
Jan 22 2026, 7:55 PM
Unknown Object (File)
Jan 16 2026, 6:13 AM
Unknown Object (File)
Jan 13 2026, 4:20 PM
Unknown Object (File)
Jan 8 2026, 10:09 AM
Unknown Object (File)
Jan 6 2026, 12:41 AM
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.