glibc/sysdeps
Gabriel F. T. Gomes b987917e6a ldbl-128: Fix y0 and y1 for -Inf input [BZ #21130]
The Bessel functions of the second type (Yn) are not defined for
negative input and should return NAN with the "invalid" exception
raised, in these cases.  However, current code checks for infinity and
return zero, regardless of the sign.  This error is exposed for long
double when linking with -lieee.  Without this flag, the error is not
exposed, because the wrappers for these functions, which use
__kernel_standard functionality, return the correct value.

Tested for powerpc64le.

	[BZ #21130]
	* sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Return NAN
	with the "invalid" exception raised when x is -Inf.
	* sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
2017-02-12 18:30:38 -02:00
..
aarch64
alpha alpha: Use saturating arithmetic in memchr 2017-02-01 14:39:04 -08:00
arm
generic Drop GLIBC_TUNABLES for setxid programs when tunables is disabled (bz #21073) 2017-02-02 15:50:24 +05:30
gnu
hppa Remove very old libm-test-ulps entries. 2017-01-20 23:58:49 +00:00
i386 nptl: Remove COLORING_INCREMENT 2017-02-06 15:58:32 -02:00
ia64 Move w_exp to libm-compat-call-auto 2017-02-08 17:44:20 -02:00
ieee754 ldbl-128: Fix y0 and y1 for -Inf input [BZ #21130] 2017-02-12 18:30:38 -02:00
init_array
m68k m68k: fix 64bit atomic ops 2017-02-01 01:32:31 +01:00
mach
microblaze Remove very old libm-test-ulps entries. 2017-01-20 23:58:49 +00:00
mips
nacl Bug 20116: Fix use after free in pthread_create() 2017-01-28 19:21:44 -05:00
nios2
nptl Add __glibc_unlikely hint in lll_trylock, lll_cond_trylock. 2017-02-06 13:46:01 +01:00
posix
powerpc powerpc: Use latest optimizations for internal function calls 2017-02-07 10:42:06 +05:30
pthread
s390
sh Remove very old libm-test-ulps entries. 2017-01-20 23:58:49 +00:00
sparc sparc: Remove optimized math routines which cause testsuite failures. 2017-02-03 17:55:25 -08:00
tile
unix aarch64: fix errno address calculation in SYSCALL_ERROR_HANDLER 2017-02-08 16:30:43 -02:00
wordsize-32
wordsize-64
x86
x86_64 x86-64: Verify that _dl_runtime_resolve preserves vector registers 2017-02-09 12:19:58 -08:00