summaryrefslogtreecommitdiffstats
path: root/lib/libc/arm/gen/Makefile.inc
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2014-04-21 09:43:22 +0000
committerandrew <andrew@FreeBSD.org>2014-04-21 09:43:22 +0000
commitd3cdd1efb1a4f56354058154e5ccb91b1b736e47 (patch)
tree216473bba6f01d0086a76a5ccfeb84af0c1f193d /lib/libc/arm/gen/Makefile.inc
parent613ea3ba08fb754c71e21fb4bfe3806cee0ba1a9 (diff)
downloadFreeBSD-src-d3cdd1efb1a4f56354058154e5ccb91b1b736e47.zip
FreeBSD-src-d3cdd1efb1a4f56354058154e5ccb91b1b736e47.tar.gz
Rename the fp{get,set}* files so they no longer conflict with the softfloat
version of these files. Keep them within this directory so they can be used to implement the armv6 version of these functions.
Diffstat (limited to 'lib/libc/arm/gen/Makefile.inc')
-rw-r--r--lib/libc/arm/gen/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arm/gen/Makefile.inc b/lib/libc/arm/gen/Makefile.inc
index 9fb3428..5fd52c2 100644
--- a/lib/libc/arm/gen/Makefile.inc
+++ b/lib/libc/arm/gen/Makefile.inc
@@ -11,6 +11,6 @@ SRCS+= divsi3.S
.endif
.if ${MACHINE_ARCH} == "armv6hf"
-SRCS+= fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c \
- fpsetsticky.c
+SRCS+= fpgetmask_vfp.c fpgetround_vfp.c fpgetsticky_vfp.c fpsetmask_vfp.c \
+ fpsetround_vfp.c fpsetsticky_vfp.c
.endif
OpenPOWER on IntegriCloud