5001 Commits

Author SHA1 Message Date
Jakub Jelinek
a6778488db Updated to fedora-glibc-2_5-20070712T1701 2007-07-12 17:08:40 +00:00
Jakub Jelinek
16d1b47b4f Updated to fedora-glibc-20061002T1858 2006-10-02 19:02:41 +00:00
Jakub Jelinek
5ed9cc7c21 Updated to fedora-glibc-20060925T1535 2006-09-25 15:44:20 +00:00
Jakub Jelinek
0e4d91bd31 Updated to fedora-glibc-20060923T0946 2006-09-23 10:14:27 +00:00
Jakub Jelinek
61d906ea38 Updated to fedora-glibc-20060919T1816 2006-09-19 18:46:51 +00:00
Jakub Jelinek
894c14a496 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
* sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Comment fixes.
	* sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Rewritten.
	* sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
2006-09-15 13:05:36 +00:00
Jakub Jelinek
5d456f7eba Updated to fedora-glibc-20060915T0943 2006-09-15 12:51:47 +00:00
Jakub Jelinek
effe3e2d1a Updated to fedora-glibc-20060910T1832 2006-09-10 18:59:03 +00:00
Jakub Jelinek
936bb2647a Updated to fedora-glibc-20060831T0640 2006-08-31 06:53:32 +00:00
Jakub Jelinek
4473150984 Updated to fedora-glibc-20060825T0639 2006-08-25 06:45:16 +00:00
Jakub Jelinek
4728cb6448 Updated to fedora-glibc-20060822T0706 2006-08-22 09:05:41 +00:00
Jakub Jelinek
ab3017a58b Updated to fedora-glibc-20060815T2033 2006-08-15 20:43:52 +00:00
Jakub Jelinek
3a2ba84afb Updated to fedora-glibc-20060815T0533 2006-08-15 05:53:50 +00:00
Jakub Jelinek
2569265466 Updated to fedora-glibc-20060810T0627 2006-08-10 06:34:46 +00:00
Jakub Jelinek
503d6a9585 Updated to fedora-glibc-20060807T1859 2006-08-07 19:28:26 +00:00
Jakub Jelinek
5d550e87dd Updated to fedora-glibc-20060802T1650 2006-08-02 16:57:42 +00:00
Roland McGrath
518b2177f6 Updated to fedora-glibc-20060731T0706 2006-07-31 07:17:01 +00:00
Roland McGrath
ab5823b4b6 Updated to fedora-glibc-20060729T2255 2006-07-29 23:12:43 +00:00
Jakub Jelinek
df8843c5a8 Updated to fedora-glibc-20060710T2206 2006-07-11 08:13:12 +00:00
Jakub Jelinek
ac7609f799 Updated to fedora-glibc-20060630T0858 2006-06-30 09:16:35 +00:00
Jakub Jelinek
2774ea7724 Updated to fedora-glibc-20060531T1322 2006-05-31 15:10:35 +00:00
Jakub Jelinek
4cad81b6e7 Updated to fedora-glibc-20060519T1550 2006-05-19 16:04:10 +00:00
Jakub Jelinek
3ec0d26c76 Updated to fedora-glibc-20060511T1325 2006-05-11 14:01:43 +00:00
Jakub Jelinek
3f898a85fc Updated to fedora-glibc-20060505T0554 2006-05-05 06:11:55 +00:00
Jakub Jelinek
410005dea3 Updated to fedora-glibc-20060501T0751 2006-05-01 07:53:45 +00:00
Jakub Jelinek
0ad70fc143 Updated to fedora-glibc-20060427T2122 2006-04-27 21:29:55 +00:00
Jakub Jelinek
dd8c67b33f Updated to fedora-glibc-20060426T2000 2006-04-26 20:18:18 +00:00
Jakub Jelinek
1100b0e292 Updated to fedora-glibc-20060424T2027 2006-04-24 20:31:50 +00:00
Jakub Jelinek
d0145e0379 Updated to fedora-glibc-20060424T0820 2006-04-24 08:55:46 +00:00
Jakub Jelinek
5a6a773f6c Updated to fedora-glibc-20060328T0900 2006-03-28 09:36:28 +00:00
Jakub Jelinek
4f2b8b0271 2.4-3 2006-03-07 13:28:12 +00:00
Jakub Jelinek
4133f08e15 2006-03-03 Steven Munroe <sjmunroe@us.ibm.com>
Alan Modra  <amodra@bigpond.net.au>

	[BZ #2423]
	* math/libm-test.inc [TEST_LDOUBLE] (ceil_test, floor_test, rint_test,
	round_test, trunc_test): Add new tests.

	* 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/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): Define inline utility
	functions for IBM long double format.
	* 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): Defined.

	* 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/fpu/math_ldbl.h: New file.
	* sysdeps/powerpc/powerpc64/fpu/s_rintl.S: Removed.
2006-03-07 08:24:12 +00:00
Jakub Jelinek
d1e6d2178d Updated to fedora-glibc-20060306T1239 2006-03-06 13:15:16 +00:00
Jakub Jelinek
b3643a3858 Updated to fedora-glibc-20060306T0720 2006-03-06 07:30:01 +00:00
Jakub Jelinek
65de2d72b0 * elf/check-textrel.c: Include config.h.
(AB(handle_file)): Don't fail if PF_X | PF_W on architectures known
	to have executable writable PLT.
	* sysdeps/powerpc/powerpc32/configure.in (HAVE_PPC_SECURE_PLT): New
	test.
	* sysdeps/powerpc/powerpc32/configure: Rebuilt.
	* config.h.in (HAVE_PPC_SECURE_PLT): Add.
2006-03-02 09:59:03 +00:00
Jakub Jelinek
4a22fa60cd Updated to fedora-glibc-20060302T0855 2006-03-02 09:06:20 +00:00
Jakub Jelinek
6a8c1091fd Updated to fedora-glibc-20060301T0647 2006-03-01 06:55:57 +00:00
Jakub Jelinek
9c09cd9359 Updated to fedora-glibc-20060217T1609 2006-02-17 16:15:56 +00:00
Jakub Jelinek
bb786851ed Updated to fedora-glibc-20060213T0650 2006-02-13 07:30:06 +00:00
Jakub Jelinek
d5c779c6b3 Updated to fedora-glibc-20060204T0758 2006-02-04 08:21:16 +00:00
Jakub Jelinek
36dbaf9967 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): If
file == NULL, use __futimes unconditionally.

	* manual/filesys.texi (futimes): Fix prototype.
2006-02-03 09:43:55 +00:00
Jakub Jelinek
9f57ac239b Updated to fedora-glibc-20060203T0932 2006-02-03 09:39:28 +00:00
Jakub Jelinek
c3a8c11b0c 2006-02-02 Roland McGrath <roland@redhat.com>
* timezone/private.h: Update from tzcode2006a.
	* timezone/scheck.c: Likewise.
	* timezone/asia: Update from tzdata2006a.
	* timezone/northamerica: Likewise.
	* timezone/zone.tab: Likewise.

	* sysdeps/powerpc/powerpc64/Makefile (no-special-regs): New variable.
	(CFLAGS-mcount.c): Use it instead of -msoft-float.
	* sysdeps/powerpc/powerpc64/elf/Makefile
	(CFLAGS-dl-runtime.os, CFLAGS-dl-lookup.os, CFLAGS-dl-misc.os,
	CFLAGS-rtld-mempcpy.os, CFLAGS-rtld-memmove.os, CFLAGS-rtld-memchr.os,
	CFLAGS-rtld-strnlen.os): LIkewise

2006-02-01  Roland McGrath  <roland@redhat.com>

	* sysdeps/ieee754/ldbl-opt/Makefile (sysdep-CFLAGS): Avoid adding
	-mlong-double-128 when it's already there.
2006-02-02 09:24:43 +00:00
Jakub Jelinek
f4c6bde95c Updated to fedora-glibc-20060202T0507 2006-02-02 05:12:40 +00:00
Jakub Jelinek
f13d04bae9 * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Fix a typo.
* sysdeps/s390/fpu/libm-test-ulps: Remove llrint ulps.
2006-02-01 09:28:53 +00:00
Jakub Jelinek
856d9bbc0f Updated to fedora-glibc-20060201T0846 2006-02-01 08:53:29 +00:00
Jakub Jelinek
3e543bc563 Updated to fedora-glibc-20060130T0922 2006-01-30 09:30:09 +00:00
Jakub Jelinek
06f313e361 Updated to fedora-glibc-20060109T2152 2006-01-09 21:55:11 +00:00
Jakub Jelinek
d922671764 s/private/__private/ 2006-01-06 22:24:17 +00:00
Jakub Jelinek
8c45a85e61 Updated to fedora-glibc-20060106T2148 2006-01-06 21:55:58 +00:00