freebsd-dev/lib/libc/arm/Symbol_vfp.map
Michal Meloun d98d230378 Publish fp[get][set]sticky() for ARMv6.
Although fp[get][set]sticky() functions are obsolete, they are still
required for GNU fortran49 library.

MFC after: 2 months
Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D9634
2017-02-17 13:49:46 +00:00

16 lines
128 B
Plaintext

/*
* $FreeBSD$
*/
FBSD_1.0 {
fpgetmask;
fpgetround;
fpsetmask;
fpsetround;
};
FBSD_1.5 {
fpgetsticky;
fpsetsticky;
};