Rename the fp{get,set}* files so they no longer conflict with the softfloat
authorandrew <andrew@FreeBSD.org>
Mon, 21 Apr 2014 09:43:22 +0000 (09:43 +0000)
committerandrew <andrew@FreeBSD.org>
Mon, 21 Apr 2014 09:43:22 +0000 (09:43 +0000)
commitd3cdd1efb1a4f56354058154e5ccb91b1b736e47
tree216473bba6f01d0086a76a5ccfeb84af0c1f193d
parent613ea3ba08fb754c71e21fb4bfe3806cee0ba1a9
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.
lib/libc/arm/gen/Makefile.inc
lib/libc/arm/gen/fpgetmask_vfp.c [moved from lib/libc/arm/gen/fpgetmask.c with 100% similarity]
lib/libc/arm/gen/fpgetround_vfp.c [moved from lib/libc/arm/gen/fpgetround.c with 100% similarity]
lib/libc/arm/gen/fpgetsticky_vfp.c [moved from lib/libc/arm/gen/fpgetsticky.c with 100% similarity]
lib/libc/arm/gen/fpsetmask_vfp.c [moved from lib/libc/arm/gen/fpsetmask.c with 100% similarity]
lib/libc/arm/gen/fpsetround_vfp.c [moved from lib/libc/arm/gen/fpsetround.c with 100% similarity]
lib/libc/arm/gen/fpsetsticky_vfp.c [moved from lib/libc/arm/gen/fpsetsticky.c with 100% similarity]