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:
parent
14bef15d3d
commit
954c837259
@ -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
|
||||
|
||||
|
10
lib/libc/arm/Symbol_vfp.map
Normal file
10
lib/libc/arm/Symbol_vfp.map
Normal file
@ -0,0 +1,10 @@
|
||||
/*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
FBSD_1.0 {
|
||||
fpgetmask;
|
||||
fpgetround;
|
||||
fpsetmask;
|
||||
fpsetround;
|
||||
};
|
Loading…
Reference in New Issue
Block a user