glibc/sysdeps
Wilco 4841e6a6c2 Use libc calls defined by fenv_private.h to implement several fenv functions
rather than duplicating functionality. To make this work for softfp builds,
ensure functions in fenv_private are not conditionally compiled.

2014-06-24  Wilco  <wdijkstr@arm.com>

	* sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
	* sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
	* sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
	* sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
	Call libc_fetestexcept_vfp.
	* sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
	* sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
	__SOFTFP__ ifdef so that they can be built for softfp.
2014-06-24 11:13:08 +00:00
..
aarch64
alpha
arm Use libc calls defined by fenv_private.h to implement several fenv functions 2014-06-24 11:13:08 +00:00
generic Add missing #include in get-rounding-mode.h 2014-06-23 14:07:59 -07:00
gnu
hppa
i386 Fix cosh spurious underflows from expm1 (bug 16354), inaccurate results near 0 (bug 17061). 2014-06-23 20:20:10 +00:00
ia64
ieee754 Fix cosh spurious underflows from expm1 (bug 16354), inaccurate results near 0 (bug 17061). 2014-06-23 20:20:10 +00:00
init_array
m68k
mach
microblaze
mips
nptl
posix
powerpc
pthread
s390
sh
sparc
tile
unix Remove an unused variable in fstatvfs. 2014-06-23 14:05:14 -07:00
wordsize-32
wordsize-64
x86 Fix build warning in pthread_rwlock_* 2014-06-24 16:12:43 +05:30
x86_64 Test cpow in all rounding modes. 2014-06-23 20:15:14 +00:00