glibc/sysdeps
Ulrich Drepper 6b2665f534 [BZ #3919]
* math/libm-test.inc (log_test): Test -Inf and NaN.
	(log10_test, log1p_test, log2_test): Test -Inf.
	* sysdeps/i386/fpu/e_log.S (__ieee754_log): Don't raise
	FE_INVALID when argument is qNaN.
	* sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
	* sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
	* sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
	* sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Replace
	andb $1, %ah with testb $1, %ah, don't test for parity, instead
	testb $4, %ah and jump if non-zero.
	* sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Likewise.
	* sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Likewise.

2007-03-15  Jakub Jelinek  <jakub@redhat.com>
2007-03-15 20:10:51 +00:00
..
alpha * sysdeps/alpha/fpu/s_llround.c: New file. 2007-03-14 20:01:05 +00:00
generic * sysdeps/generic/ldsodefs.h: Define DL_LOOKUP_SCOPE_LOCK. 2007-01-15 20:48:56 +00:00
gnu . 2007-07-31 13:33:18 +00:00
i386 [BZ #3919] 2007-03-15 20:10:51 +00:00
ia64 . 2007-07-31 13:33:18 +00:00
ieee754 * sysdeps/ieee754/ldbl-128/Makefile: New file. 2007-03-14 17:36:18 +00:00
mach . 2007-07-31 13:33:18 +00:00
posix * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for 2007-03-06 14:53:08 +00:00
powerpc . 2007-07-31 13:33:18 +00:00
pthread * rt/Makefile (tests): Add tst-aio9 and tst-aio10. 2006-01-06 04:13:26 +00:00
s390 . 2007-07-31 13:33:18 +00:00
sh . 2007-07-31 13:33:18 +00:00
sparc . 2007-07-31 13:33:18 +00:00
unix [BZ #4181] 2007-03-15 20:05:19 +00:00
wordsize-32 * po/.cvsignore: List libc.pot.files, and not any .pot names. 2006-01-08 06:46:10 +00:00
wordsize-64 2005-12-13 Ulrich Drepper <drepper@redhat.com> 2005-12-14 08:43:25 +00:00
x86_64 [BZ #3919] 2007-03-15 20:10:51 +00:00