Don't check HWCAP_ARM_VFP in OS-generic code.
authorRoland McGrath <roland@hack.frob.com>
Thu, 9 Aug 2012 17:04:56 +0000 (10:04 -0700)
committerRoland McGrath <roland@hack.frob.com>
Thu, 9 Aug 2012 17:04:56 +0000 (10:04 -0700)
commita4ca51951804c14a5a8e331747649ca767bd8524
tree76447f78f204b8b3f6e2ee21b10b00c2e224835c
parent33b4a91e5b7935d68c50047f37b55056e5545b09
Don't check HWCAP_ARM_VFP in OS-generic code.
Presume VFP if compiled without __SOFTFP__ defined.
18 files changed:
ports/ChangeLog.arm
ports/sysdeps/arm/arm-features.h [new file with mode: 0644]
ports/sysdeps/arm/fclrexcpt.c
ports/sysdeps/arm/fedisblxcpt.c
ports/sysdeps/arm/feenablxcpt.c
ports/sysdeps/arm/fegetenv.c
ports/sysdeps/arm/fegetexcept.c
ports/sysdeps/arm/fegetround.c
ports/sysdeps/arm/feholdexcpt.c
ports/sysdeps/arm/fesetenv.c
ports/sysdeps/arm/fesetround.c
ports/sysdeps/arm/feupdateenv.c
ports/sysdeps/arm/fgetexcptflg.c
ports/sysdeps/arm/fraiseexcpt.c
ports/sysdeps/arm/fsetexcptflg.c
ports/sysdeps/arm/ftestexcept.c
ports/sysdeps/arm/setfpucw.c
ports/sysdeps/unix/sysv/linux/arm/arm-features.h [new file with mode: 0644]