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)
Wed, Oct 15, 11:56 PM
Unknown Object (File)
Mon, Oct 13, 9:53 AM
Unknown Object (File)
Mon, Oct 13, 9:53 AM
Unknown Object (File)
Mon, Oct 13, 9:53 AM
Unknown Object (File)
Sun, Oct 12, 9:24 PM
Unknown Object (File)
Sun, Oct 12, 6:11 PM
Unknown Object (File)
Thu, Oct 9, 7:01 PM
Unknown Object (File)
Fri, Oct 3, 5:11 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 Not Applicable
Unit
Tests Not Applicable

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.