das dd671a50d4 Remove functions from softfloat's Symbol.map that don't need to be exported.
Also use the proper number of underscores for internal names.  (Changing
the names should be fine, since apparently the symbols are currently
unused.)
2012-01-16 04:06:56 +00:00

42 lines
518 B
Plaintext

/*
* $FreeBSD$
*/
FBSD_1.0 {
_fpgetmask;
fpgetmask;
_fpgetround;
fpgetround;
_fpgetsticky;
fpgetsticky;
_fpsetmask;
fpsetmask;
_fpsetround;
fpsetround;
_fpsetsticky;
fpsetsticky;
};
FBSDprivate_1.0 {
__softfloat_float_exception_flags;
__softfloat_float_exception_mask;
__softfloat_float_rounding_mode;
__softfloat_float_raise;
__eqdf2;
__eqsf2;
__gedf2;
__gesf2;
__gtdf2;
__gtsf2;
__ledf2;
__lesf2;
__ltdf2;
__ltsf2;
__nedf2;
__negdf2;
__negsf2;
__nesf2;
__unorddf2;
__unordsf2;
};