]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Rename the fp{get,set}* files so they no longer conflict with the softfloat
authorAndrew Turner <andrew@FreeBSD.org>
Mon, 21 Apr 2014 09:43:22 +0000 (09:43 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Mon, 21 Apr 2014 09:43:22 +0000 (09:43 +0000)
commit3f5730095bbcfcf741a66a9b83bedf25efb4914f
tree216473bba6f01d0086a76a5ccfeb84af0c1f193d
parentf172ef758e6ab6aaf402732b3e24e960bb98e6e5
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]