glibc/sysdeps/ia64
Roland McGrath fea3f995bd * math/divtc3.c: New file.
* math/multc3.c: New file.
	* sysdeps/unix/sysv/linux/sparc/sparc32/Makefile
	[$(subdir) = math] (libm-routines): Add multc3, divtc3.

	* sysdeps/unix/sysv/linux/sparc/sparc32/fpu/Implies: New file.
	* sysdeps/sparc/sparc32/fpu/s_fabsl.c: Include math.h and
	math_ldbl_opt.h.
	(fabsl): Use long_double_symbol instead of weak_alias.
	* sysdeps/sparc/sparc32/fpu/s_fabs.c: Include math.h and
	math_ldbl_opt.h.
	[LONG_DOUBLE_COMPAT] (fabsl): Add compat_symbol.

2006-01-31  Martin Schwidefsky	<schwidefsky@de.ibm.com>
	    Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/s390/Implies: New file.
	* sysdeps/unix/sysv/linux/s390/fpu/Implies: New file.
	* sysdeps/unix/sysv/linux/s390/nldbl-abi.h: New file.
	* sysdeps/s390/fpu/bits/mathinline.h (signbitl, sqrtl): New inlines.
	* sysdeps/s390/bits/mathdef.h: New file.
	* sysdeps/s390/fpu/e_sqrtl.c: New file.
	* sysdeps/s390/s390-32/bits/wordsize.h (__LONG_DOUBLE_MATH_OPTIONAL,
	__NO_LONG_DOUBLE_MATH): Define.
	* sysdeps/s390/s390-64/bits/wordsize.h: Likewise.
	* sysdeps/s390/Implies: Add ieee754/ldbl-128.
	* sysdeps/s390/ldbl2mpn.c: File removed.
	* sysdeps/s390/fpu/libm-test-ulps: Updated.

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

	* sysdeps/alpha/fpu/bits/mathdef.h: Moved to ...
	* sysdeps/alpha/bits/mathdef.h: ... here.
	* sysdeps/i386/fpu/bits/mathdef.h: Moved to ...
	* sysdeps/i386/bits/mathdef.h: ... here.
	* sysdeps/mips/fpu/bits/mathdef.h: Moved to ...
	* sysdeps/mips/bits/mathdef.h: ... here.
	* sysdeps/m68k/fpu/bits/mathdef.h: Moved to ...
	* sysdeps/m68k/bits/mathdef.h: ... here.
	* sysdeps/powerpc/fpu/bits/mathdef.h: Moved to ...
	* sysdeps/powerpc/bits/mathdef.h: ... here.
	* sysdeps/sparc/fpu/bits/mathdef.h: Moved to ...
	* sysdeps/sparc/bits/mathdef.h: ... here.
	* sysdeps/ia64/fpu/bits/mathdef.h: Moved to ...
	* sysdeps/ia64/bits/mathdef.h: ... here.
	* sysdeps/sh/sh4/fpu/bits/mathdef.h: Moved to ...
	* sysdeps/sh/sh4/bits/mathdef.h: ... here.
	* sysdeps/x86_64/fpu/bits/mathdef.h: Moved to ...
	* sysdeps/x86_64/bits/mathdef.h: ... here.

2006-01-31  Jakub Jelinek  <jakub@redhat.com>
2006-02-01 03:02:06 +00:00
..
bits * math/divtc3.c: New file. 2006-02-01 03:02:06 +00:00
elf * configure.in: If init_array/fini_array support is not available, 2005-11-05 17:46:24 +00:00
fpu * math/divtc3.c: New file. 2006-02-01 03:02:06 +00:00
Implies Update. 2000-09-16 23:00:38 +00:00
Makefile 2.5-18.1 2007-07-12 18:26:36 +00:00
Versions * sysdeps/generic/w_exp2.c [NO_LONG_DOUBLE]: Fix typos in alias names. 2005-03-28 20:42:53 +00:00
_mcount.S Newer kernels don't like register-frames with more than 8 output registers. Fix this by passing original ar.pfs to _mcount_ret_helper via r3. 2005-03-22 09:06:17 +00:00
abort-instr.h Update. 2001-04-07 03:03:55 +00:00
backtrace.c * debug/pread64_chk.c: Use __libc_pread64 instead of __pread64. 2005-06-14 15:55:44 +00:00
bcopy.S Update. 2004-05-03 22:40:52 +00:00
bzero.S * locale/newlocale.c (__newlocale): If setting all categories to "C", 2002-10-11 07:22:18 +00:00
dl-dtprocnum.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
dl-fptr.h (ELF_MACHINE_LOAD_ADDRESS): Support loading big binaries where @gprel(sym) cannot be handled in 'add' but instead has to be used with 'movl'. 2003-08-18 17:15:52 +00:00
dl-lookupcfg.h [BZ #677] 2005-02-07 22:56:07 +00:00
dl-machine.h [BZ #677] 2005-02-07 22:56:07 +00:00
dl-sysdep.h [BZ #781, BZ #796] 2005-04-28 22:31:00 +00:00
dl-tls.h Update. 2003-01-12 10:11:16 +00:00
dl-trampoline.S * elf/dl-reloc.c [PROF] (_dl_relocate_object): Define 2005-07-07 02:39:45 +00:00
gccframe.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
hp-timing.c * sysdeps/i386/i686/Makefile (elide-routines.os): Append hp-timing to 2004-08-16 06:46:31 +00:00
hp-timing.h Update. 2004-03-07 08:39:57 +00:00
htonl.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
htons.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
ia64libgcc.S 2.5-18.1 2007-07-12 18:26:36 +00:00
ieee754.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
jmpbuf-unwind.h * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Move macro ... 2006-01-10 08:54:22 +00:00
libc-tls.c * sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/. 2005-12-15 21:13:14 +00:00
machine-gmon.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
memccpy.S 2.5-18.1 2007-07-12 18:26:36 +00:00
memchr.S Update. 2003-04-29 22:49:58 +00:00
memcmp.S Update. 2004-04-17 23:14:52 +00:00
memcpy.S Update. 2003-11-19 06:12:51 +00:00
memmove.S Update. 2003-11-19 06:12:51 +00:00
memset.S Update. 2003-11-19 06:12:51 +00:00
memusage.h Update. 2001-08-08 06:44:42 +00:00
softpipe.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
stackinfo.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
strcat.c Update. 2004-05-04 18:26:59 +00:00
strchr.S Add space inf weak_alias use. 2005-05-26 14:30:51 +00:00
strcmp.S Update. 2003-04-29 22:49:58 +00:00
strcpy.S Update. 2003-04-29 22:49:58 +00:00
strlen.S [BZ #1016] 2005-06-26 19:06:12 +00:00
strncmp.S Update. 2003-04-29 22:49:58 +00:00
strncpy.S Update. 2003-04-29 22:49:58 +00:00
sysdep.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00