glibc/sysdeps
Roland McGrath 5c68d40169 [BZ #2423]
2006-03-07  Jakub Jelinek  <jakub@redhat.com>
	[BZ #2423]
	* math/libm-test.inc [TEST_LDOUBLE] (ceil_test, floor_test, rint_test,
	round_test, trunc_test): Only run some of the new tests if
	LDBL_MANT_DIG > 100.

2006-03-03  Steven Munroe  <sjmunroe@us.ibm.com>
	    Alan Modra  <amodra@bigpond.net.au>

	* sysdeps/powerpc/fpu/fenv_libc.h (__fegetround, __fesetround):
	Define inline implementations.
	* sysdeps/powerpc/fpu/fegetround.c: Use __fegetround.
	* sysdeps/powerpc/fpu/fesetround.c: Use __fesetround.

	* sysdeps/powerpc/fpu/math_ldbl.h: New file.

	[BZ #2423]
	* math/libm-test.inc [TEST_LDOUBLE] (ceil_test, floor_test, rint_test,
	round_test, trunc_test): Add new tests.
	* sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
	(EXTRACT_IBM_EXTENDED_MANTISSA, INSERT_IBM_EXTENDED_MANTISSA):
	Removed, replaced with ...
	(ldbl_extract_mantissa, ldbl_insert_mantissa, ldbl_pack, ldbl_unpack,
	ldbl_canonicalise, ldbl_nearbyint): New functions.
	* sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Replace
	EXTRACT_IBM_EXTENDED_MANTISSA and INSERT_IBM_EXTENDED_MANTISSA
	with ldbl_extract_mantissa and ldbl_insert_mantissa.
	* sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
	Replace EXTRACT_IBM_EXTENDED_MANTISSA with ldbl_extract_mantissa.
	(ldbl_extract_mantissa, ldbl_insert_mantissa): New inline functions.
	* sysdeps/ieee754/ldbl-128ibm/s_ceill.c (__ceill): Handle rounding
	that spans doubles in IBM long double format.
	* sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
	* sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
	* sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
	* sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
	* sysdeps/powerpc/powerpc64/fpu/s_rintl.S: File removed.
2006-03-16 11:47:24 +00:00
..
alpha * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: Moved to ... 2006-02-25 01:29:59 +00:00
generic * elf/tst-tls-dlinfo.c: New file. 2006-03-01 06:18:49 +00:00
gnu * Makefile (subdir-target-args): New variable. 2006-02-28 07:11:04 +00:00
i386 * sysdeps/i386/i686/memset.S: Fix treatment of unaligned pointer. 2006-02-22 02:39:11 +00:00
ia64 [BZ #2013] 2006-03-02 04:49:27 +00:00
ieee754 [BZ #2423] 2006-03-16 11:47:24 +00:00
mach * sysdeps/mach/hurd/faccessat.c: New file. 2006-03-06 07:59:23 +00:00
posix * malloc/malloc.c (MALLOC_ALIGNMENT): Revert to (2 * SIZE_SZ) value. 2006-03-06 06:18:43 +00:00
powerpc [BZ #2423] 2006-03-16 11:47:24 +00:00
pthread * rt/Makefile (tests): Add tst-aio9 and tst-aio10. 2006-01-06 04:13:26 +00:00
s390 2006-02-01 Jakub Jelinek <jakub@redhat.com> 2006-02-01 19:42:43 +00:00
sh * math/divtc3.c: New file. 2006-02-01 03:02:06 +00:00
sparc * shlib-versions: Use sparc64.*- for CPU patterns. 2006-03-06 01:34:09 +00:00
unix 2004-12-09 Randolph Chung <tausq@debian.org> 2006-03-16 10:56:48 +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 * math/divtc3.c: New file. 2006-02-01 03:02:06 +00:00