Page MenuHomeFreeBSD

msun/riscv: expose fe{disable,enable}except
ClosedPublic

Authored by brooks on Mar 12 2024, 10:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 26, 6:00 PM
Unknown Object (File)
Sat, May 25, 8:44 PM
Unknown Object (File)
Sat, May 25, 8:44 PM
Unknown Object (File)
Thu, May 23, 7:22 PM
Unknown Object (File)
Mon, May 20, 9:23 PM
Unknown Object (File)
Sun, May 19, 5:57 AM
Unknown Object (File)
Thu, May 16, 10:05 AM
Unknown Object (File)
Sat, May 4, 1:22 PM
Subscribers

Details

Summary

This is required for GCC to build. Play the Tier-2 card and don't care
about ABI disruption on soft-float, especially since we don't provide
such a target arch any more.

PR: 272759
Reported by: dgilbert@eicat.ca
Submitted by: jrtc27

Diff Detail

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

Event Timeline

By ABI break you mean for riscv64sf getting the old symbol versions? That architecture is dead, we should just delete the dead code in the header.

By ABI break you mean for riscv64sf getting the old symbol versions? That architecture is dead, we should just delete the dead code in the header.

OK, I'll do that is a separate commit.

This revision was not accepted when it landed; it landed in state Needs Review.Mar 21 2024, 11:50 PM
This revision was automatically updated to reflect the committed changes.