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.
This commit is contained in:
Andrew Turner 2014-09-05 18:11:36 +00:00
parent 14bef15d3d
commit 954c837259
2 changed files with 14 additions and 0 deletions

View File

@ -16,3 +16,7 @@ SYM_MAPS+=${LIBC_SRCTOP}/arm/Symbol_oabi.map
.include "${LIBC_SRCTOP}/arm/aeabi/Makefile.inc"
.endif
.if ${MACHINE_ARCH} == "armv6hf"
SYM_MAPS+=${LIBC_SRCTOP}/arm/Symbol_vfp.map
.endif

View File

@ -0,0 +1,10 @@
/*
* $FreeBSD$
*/
FBSD_1.0 {
fpgetmask;
fpgetround;
fpsetmask;
fpsetround;
};