freebsd-dev/lib/libc/arm/Symbol_vfp.map
Andrew Turner 954c837259 Add the fp{get,set}{mask,round} functions to the public symbols in the map.
These are only exported for armv6hf as the soft-float ABIs have these in
the softfloat Symbol.map file.
2014-09-05 18:11:36 +00:00

11 lines
85 B
Plaintext

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