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.
This commit is contained in:
Andrew Turner 2014-04-21 09:43:22 +00:00
parent f172ef758e
commit 3f5730095b
7 changed files with 2 additions and 2 deletions

View File

@ -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