Page MenuHomeFreeBSD

libc/softfloat: we don't export _fp[gs]et* symbols
ClosedPublic

Authored by brooks on Mar 12 2024, 9:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 7, 9:26 PM
Unknown Object (File)
Tue, Nov 5, 8:20 AM
Unknown Object (File)
Wed, Oct 16, 8:45 PM
Unknown Object (File)
Tue, Oct 15, 3:55 PM
Unknown Object (File)
Oct 13 2024, 2:10 PM
Unknown Object (File)
Oct 13 2024, 6:04 AM
Unknown Object (File)
Oct 11 2024, 12:38 PM
Unknown Object (File)
Oct 10 2024, 3:44 AM
Subscribers

Details

Summary

Remove attempts to use NetBSD weak_alias macros to export _-prefixed
versions of various fp[sg]et* symbols under softfloat.
weak_alias
isn't defined so we didn't export them and thus the Symbol.map entries
were wrong.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable