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)
Fri, Apr 26, 6:00 PM
Unknown Object (File)
Fri, Apr 26, 4:09 AM
Unknown Object (File)
Mon, Apr 8, 1:03 PM
Unknown Object (File)
Mar 28 2024, 7:03 PM
Unknown Object (File)
Mar 28 2024, 9:00 AM
Unknown Object (File)
Mar 22 2024, 12:42 AM
Unknown Object (File)
Mar 15 2024, 10:40 PM
Unknown Object (File)
Mar 14 2024, 5:40 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 Not Applicable
Unit
Tests Not Applicable

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.