freebsd-src/lib/libc/softfloat/Symbol.map
Brooks Davis bf8a3a816d libc/softfloat: we don't export _fp[gs]et* symbols
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.

Reviewed by:	jhibbits
Differential Revision:	https://reviews.freebsd.org/D44327
2024-03-13 20:35:41 +00:00

46 lines
584 B
Plaintext

FBSD_1.0 {
fpgetmask;
fpgetround;
fpgetsticky;
fpsetmask;
fpsetround;
fpsetsticky;
};
FBSDprivate_1.0 {
__softfloat_float_exception_flags;
__softfloat_float_exception_mask;
__softfloat_float_rounding_mode;
__softfloat_float_raise;
__adddf3;
__addsf3;
__divdf3;
__divsf3;
__eqdf2;
__eqsf2;
__extendsfdf2;
__fixdfsi;
__fixsfsi;
__floatsidf;
__floatsisf;
__gedf2;
__gesf2;
__gtdf2;
__gtsf2;
__ledf2;
__lesf2;
__ltdf2;
__ltsf2;
__muldf3;
__mulsf3;
__nedf2;
__negdf2;
__negsf2;
__nesf2;
__subdf3;
__subsf3;
__truncdfsf2;
__unorddf2;
__unordsf2;
};