public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug math/592] New: ia64 math library needs updating
@ 2004-11-30  5:52 davidm@hpl.hp.com
  2004-11-30  5:56 ` [Bug math/592] " davidm@hpl.hp.com
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: davidm@hpl.hp.com @ 2004-11-30  5:52 UTC (permalink / raw)
  To: glibc-bugs

The ia64 source code used to build libm is based on a very old Intel libm.  The
current version of the Intel libm (v2.1) is much improved in speed (up to 5
times faster), accuracy, and the coverage of functions provided.

The proposed patch brings the ia64 libm in sync with Intel libm v2.1 and does so
in an automatic (script-based) fashion such that it will be much easier to keep
the glibc libm for ia64 in sync with Intel's version.

-- 
           Summary: ia64 math library needs updating
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: critical
          Priority: P2
         Component: math
        AssignedTo: aj at suse dot de
        ReportedBy: davidm at hpl dot hp dot com
                CC: davidm at hpl dot hp dot com,glibc-bugs at sources dot
                    redhat dot com
 GCC build triplet: ia64-linux
  GCC host triplet: ia64-linux
GCC target triplet: ia64-linux


http://sources.redhat.com/bugzilla/show_bug.cgi?id=592

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug math/592] ia64 math library needs updating
  2004-11-30  5:52 [Bug math/592] New: ia64 math library needs updating davidm@hpl.hp.com
@ 2004-11-30  5:56 ` davidm@hpl.hp.com
  2004-11-30  5:58 ` davidm@hpl.hp.com
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: davidm@hpl.hp.com @ 2004-11-30  5:56 UTC (permalink / raw)
  To: glibc-bugs

------- Additional Comments From davidm at hpl dot hp dot com  2004-11-30 05:56 -------
Created an attachment (id=296)
 --> ( http://sources.redhat.com/bugzilla/attachment.cgi?id=296&action=view )
libm-v2.1 update

For additional info, see thread at
http://sources.redhat.com/ml/libc-hacker/2004-11/msg00059.html

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=592

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug math/592] ia64 math library needs updating
  2004-11-30  5:52 [Bug math/592] New: ia64 math library needs updating davidm@hpl.hp.com
  2004-11-30  5:56 ` [Bug math/592] " davidm@hpl.hp.com
@ 2004-11-30  5:58 ` davidm@hpl.hp.com
  2004-11-30 11:09 ` schwab@suse.de
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: davidm@hpl.hp.com @ 2004-11-30  5:58 UTC (permalink / raw)
  To: glibc-bugs

------- Additional Comments From davidm at hpl dot hp dot com  2004-11-30 05:57 -------
(In reply to comment #0)

I forgot to mention that this patch also fixes
http://sources.redhat.com/bugzilla/show_bug.cgi?id=464

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=592

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug math/592] ia64 math library needs updating
  2004-11-30  5:52 [Bug math/592] New: ia64 math library needs updating davidm@hpl.hp.com
  2004-11-30  5:56 ` [Bug math/592] " davidm@hpl.hp.com
  2004-11-30  5:58 ` davidm@hpl.hp.com
@ 2004-11-30 11:09 ` schwab@suse.de
  2004-12-27 20:48 ` jakub at redhat dot com
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: schwab@suse.de @ 2004-11-30 11:09 UTC (permalink / raw)
  To: glibc-bugs

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |464
              nThis|                            |


http://sources.redhat.com/bugzilla/show_bug.cgi?id=592

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug math/592] ia64 math library needs updating
  2004-11-30  5:52 [Bug math/592] New: ia64 math library needs updating davidm@hpl.hp.com
                   ` (2 preceding siblings ...)
  2004-11-30 11:09 ` schwab@suse.de
@ 2004-12-27 20:48 ` jakub at redhat dot com
  2004-12-28  1:39 ` davidm at hpl dot hp dot com
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: jakub at redhat dot com @ 2004-12-27 20:48 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From jakub at redhat dot com  2004-12-27 20:48 -------
I have checked the patch in #1 for ABI changes and appart from changing whole
bunch of symbols from STB_GLOBAL to STB_WEAK or vice versa did not see any
changes (and the weak <-> global changes are harmless).  I haven't seen make
check regressions either.

The patch introduces one extra .plt slot for libc.so.6.1 (__libm_error_support),
so that should be fixed first.  This is the result of dropping
libc_hidden_proto(__libm_error_support) from libm_support.h and
libc_hidden_def(__libm_error_support) from libc_libm_error.c.

As for licenses,
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
//
// * Redistributions in binary form must reproduce the above copyright
// notice, this list of conditions and the following disclaimer in the
// documentation and/or other materials provided with the distribution.
//
// * The name of Intel Corporation may not be used to endorse or promote
// products derived from this software without specific prior written
// permission.

lines are missing in
sysdeps/ia64/fpu/e_lgamma_r.c
sysdeps/ia64/fpu/e_lgammaf_r.c
sysdeps/ia64/fpu/e_lgammal_r.c
sysdeps/ia64/fpu/w_lgamma.c
sysdeps/ia64/fpu/w_lgammaf.c
sysdeps/ia64/fpu/w_lgammal.c
and in those files $Id... Exp $ RCS markups aren't removed either while they IMHO
should be.



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=592

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug math/592] ia64 math library needs updating
  2004-11-30  5:52 [Bug math/592] New: ia64 math library needs updating davidm@hpl.hp.com
                   ` (3 preceding siblings ...)
  2004-12-27 20:48 ` jakub at redhat dot com
@ 2004-12-28  1:39 ` davidm at hpl dot hp dot com
  2004-12-28  9:21 ` jakub at redhat dot com
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: davidm at hpl dot hp dot com @ 2004-12-28  1:39 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From davidm at hpl dot hp dot com  2004-12-28 01:39 -------
Created an attachment (id=326)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=326&action=view)
revised patch (27 Dec 2004)

This patch fixes the issues found by Jakub and also has some improvements by HJ
Lu.  Finally, I fixed a namespace pollution bug in the w_lgamma*.c files.  For
details, see ChangeLog.  Please see the comments at the beginning of the patch
for instructions on how to apply it (2 files have to be deleted by hand).


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #296 is|0                           |1
           obsolete|                            |


http://sources.redhat.com/bugzilla/show_bug.cgi?id=592

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug math/592] ia64 math library needs updating
  2004-11-30  5:52 [Bug math/592] New: ia64 math library needs updating davidm@hpl.hp.com
                   ` (4 preceding siblings ...)
  2004-12-28  1:39 ` davidm at hpl dot hp dot com
@ 2004-12-28  9:21 ` jakub at redhat dot com
  2004-12-28 20:00 ` davidm at hpl dot hp dot com
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: jakub at redhat dot com @ 2004-12-28  9:21 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From jakub at redhat dot com  2004-12-28 09:21 -------
I don't see sysdeps/ia64/libc_libm_*.S in the patch, that are mentioned
in the ChangeLog as New file.  If they all look like:
#include "libm_X.S" for libc_libm_X.S, then maybe using m_libm_X in
libm-sysdep_routines and libm_X in sysdep_routines could do the job too
(see math/Makefile where it uses this with calls variable).  If this doesn't
work, I think the files belong into sysdeps/ia64/fpu/ directory, not sysdeps/ia64
as ChangeLog entry suggests.

Another thing, have you tried to #include <sysdep.h> in
sysdeps/ia64/fpu/libm-symbols.h and use
#ifdef ASSEMBLER
# define __libm_error_support HIDDEN_JUMPTARGET(__libm_error_support)
instead of
#if defined(ASSEMBLER)
# if defined(_LIBC) && !defined NOT_IN_libc \
     && defined SHARED && defined DO_VERSIONING \
     && !defined HAVE_BROKEN_ALIAS_ATTRIBUTE && !defined NO_HIDDEN
#  define __libm_error_support  __GI___libm_error_support
# endif
?
Otherwise looks good.

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=592

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug math/592] ia64 math library needs updating
  2004-11-30  5:52 [Bug math/592] New: ia64 math library needs updating davidm@hpl.hp.com
                   ` (6 preceding siblings ...)
  2004-12-28 20:00 ` davidm at hpl dot hp dot com
@ 2004-12-28 20:00 ` davidm at hpl dot hp dot com
  2005-01-06 11:34 ` drepper at redhat dot com
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: davidm at hpl dot hp dot com @ 2004-12-28 20:00 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From davidm at hpl dot hp dot com  2004-12-28 20:00 -------
Created an attachment (id=327)
 --> (http://sources.redhat.com/bugzilla/attachment.cgi?id=327&action=view)
revised patch (28 Dec 2004)

This patch incorporates Jakub's latest comments.


-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=592

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug math/592] ia64 math library needs updating
  2004-11-30  5:52 [Bug math/592] New: ia64 math library needs updating davidm@hpl.hp.com
                   ` (5 preceding siblings ...)
  2004-12-28  9:21 ` jakub at redhat dot com
@ 2004-12-28 20:00 ` davidm at hpl dot hp dot com
  2004-12-28 20:00 ` davidm at hpl dot hp dot com
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: davidm at hpl dot hp dot com @ 2004-12-28 20:00 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #326 is|0                           |1
           obsolete|                            |


http://sources.redhat.com/bugzilla/show_bug.cgi?id=592

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug math/592] ia64 math library needs updating
  2004-11-30  5:52 [Bug math/592] New: ia64 math library needs updating davidm@hpl.hp.com
                   ` (7 preceding siblings ...)
  2004-12-28 20:00 ` davidm at hpl dot hp dot com
@ 2005-01-06 11:34 ` drepper at redhat dot com
  2005-02-16  4:19 ` roland at gnu dot org
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: drepper at redhat dot com @ 2005-01-06 11:34 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2005-01-06 11:34 -------
Applied to CVS.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sources.redhat.com/bugzilla/show_bug.cgi?id=592

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug math/592] ia64 math library needs updating
  2004-11-30  5:52 [Bug math/592] New: ia64 math library needs updating davidm@hpl.hp.com
                   ` (8 preceding siblings ...)
  2005-01-06 11:34 ` drepper at redhat dot com
@ 2005-02-16  4:19 ` roland at gnu dot org
  2005-02-16 10:05 ` cvs-commit at gcc dot gnu dot org
  2005-04-06  0:32 ` cvs-commit at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: roland at gnu dot org @ 2005-02-16  4:19 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |724
              nThis|                            |


http://sources.redhat.com/bugzilla/show_bug.cgi?id=592

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug math/592] ia64 math library needs updating
  2004-11-30  5:52 [Bug math/592] New: ia64 math library needs updating davidm@hpl.hp.com
                   ` (9 preceding siblings ...)
  2005-02-16  4:19 ` roland at gnu dot org
@ 2005-02-16 10:05 ` cvs-commit at gcc dot gnu dot org
  2005-04-06  0:32 ` cvs-commit at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-02-16 10:05 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-02-16 10:04 -------
Subject: Bug 592

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-02-16 10:03:43

Modified files:
	.              : ChangeLog 
	sysdeps/ia64/fpu: Makefile e_acos.S e_acosf.S e_acosl.S e_asin.S 
	                  e_asinf.S e_asinl.S e_atan2.S e_atan2f.S 
	                  e_cosh.S e_coshf.S e_coshl.S e_exp.S e_expf.S 
	                  e_fmod.S e_fmodf.S e_fmodl.S e_hypot.S 
	                  e_hypotf.S e_hypotl.S e_log.S e_logf.S e_pow.S 
	                  e_powf.S e_powl.S e_remainder.S e_remainderf.S 
	                  e_remainderl.S e_scalb.S e_scalbf.S e_scalbl.S 
	                  e_sinh.S e_sinhf.S e_sinhl.S e_sqrt.S 
	                  e_sqrtf.S e_sqrtl.S libm_error.c libm_reduce.S 
	                  libm_support.h s_atan.S s_atanf.S s_atanl.S 
	                  s_cbrt.S s_cbrtf.S s_cbrtl.S s_ceil.S 
	                  s_ceilf.S s_ceill.S s_copysign.S s_cos.S 
	                  s_cosf.S s_cosl.S s_expm1.S s_expm1f.S 
	                  s_expm1l.S s_fabs.S s_fabsf.S s_fabsl.S 
	                  s_floor.S s_floorf.S s_floorl.S s_frexp.c 
	                  s_frexpf.c s_frexpl.c s_ilogb.S s_ilogbf.S 
	                  s_ilogbl.S s_log1p.S s_log1pf.S s_log1pl.S 
	                  s_logb.S s_logbf.S s_logbl.S s_modf.S 
	                  s_modff.S s_modfl.S s_nearbyint.S 
	                  s_nearbyintf.S s_nearbyintl.S s_rint.S 
	                  s_rintf.S s_rintl.S s_round.S s_roundf.S 
	                  s_roundl.S s_significand.S s_significandf.S 
	                  s_significandl.S s_sincos.c s_sincosf.c 
	                  s_sincosl.c s_tan.S s_tanf.S s_tanl.S 
	                  s_trunc.S s_truncf.S s_truncl.S 
Added files:
	sysdeps/ia64/fpu: README e_acosh.S e_acoshf.S e_acoshl.S 
	                  e_atanh.S e_atanhf.S e_atanhl.S e_exp10.S 
	                  e_exp10f.S e_exp10l.S e_exp2.S e_exp2f.S 
	                  e_exp2l.S e_gamma_r.c e_gammaf_r.c 
	                  e_gammal_r.c e_lgamma_r.c e_lgammaf_r.c 
	                  e_lgammal_r.c e_log2.S e_log2f.S e_log2l.S 
	                  e_logl.S gen_import_file_list import_check 
	                  import_diffs import_file.awk import_intel_libm 
	                  libm-symbols.h libm_frexp.S libm_frexpf.S 
	                  libm_frexpl.S libm_lgamma.S libm_lgammaf.S 
	                  libm_lgammal.S libm_scalblnf.S libm_sincos.S 
	                  libm_sincos_large.S libm_sincosf.S 
	                  libm_sincosl.S s_asinh.S s_asinhf.S s_asinhl.S 
	                  s_erf.S s_erfc.S s_erfcf.S s_erfcl.S s_erff.S 
	                  s_erfl.S s_fdim.S s_fdimf.S s_fdiml.S s_fma.S 
	                  s_fmaf.S s_fmal.S s_fmax.S s_fmaxf.S s_fmaxl.S 
	                  s_ldexp.c s_ldexpf.c s_ldexpl.c s_libm_ldexp.S 
	                  s_libm_ldexpf.S s_libm_ldexpl.S 
	                  s_libm_scalbn.S s_libm_scalbnf.S 
	                  s_libm_scalbnl.S s_nextafter.S s_nextafterf.S 
	                  s_nextafterl.S s_nexttoward.S s_nexttowardf.S 
	                  s_nexttowardl.S s_scalblnf.c s_scalbn.c 
	                  s_scalbnf.c s_scalbnl.c s_tanh.S s_tanhf.S 
	                  s_tanhl.S t_exp.c w_acosh.c w_acoshf.c 
	                  w_acoshl.c w_atanh.c w_atanhf.c w_atanhl.c 
	                  w_exp10.c w_exp10f.c w_exp10l.c w_exp2.c 
	                  w_exp2f.c w_exp2l.c w_expl.c w_lgamma.c 
	                  w_lgamma_r.c w_lgammaf.c w_lgammaf_r.c 
	                  w_lgammal.c w_lgammal_r.c w_log2.c w_log2f.c 
	                  w_log2l.c w_sinh.c w_sinhf.c w_sinhl.c 
	                  w_tgamma.S w_tgammaf.S w_tgammal.S 
Removed files:
	sysdeps/ia64/fpu: e_logl.c libm_atan2_reg.S s_ldexp.S s_ldexpf.S 
	                  s_ldexpl.S s_nextafterl.c s_nexttoward.c 
	                  s_nexttowardf.c s_scalbn.S s_scalbnf.S 
	                  s_scalbnl.S 

Log message:
	2004-12-29  Jakub Jelinek  <jakub@redhat.com>
	
	[BZ #592]
	* sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Use
	libc_hidden_proto instead of HIDDEN_PROTO.
	* sysdeps/ia64/fpu/libm-symbols.h (HIDDEN_PROTO): Remove.
	(__libm_error_support): If ASSEMBLER and in libc, define to
	HIDDEN_JUMPTARGET(__libm_error_support).
	
	2004-12-28  David Mosberger  <davidm@hpl.hp.com>
	
	[BZ #592]
	* sysdeps/ia64/fpu/Makefile (duplicated-routines): New macro.
	(sysdep_routines): Replace libm_ldexp{,f,l} and libm_scalbn{,f,l}
	with $(duplicated-routines).
	(libm-sysdep_routines): Likewise, but substitute "s_" prefix for
	"m_" prefix.
	
	2004-12-27  David Mosberger  <davidm@hpl.hp.com>
	
	[BZ #592]
	* sysdeps/ia64/fpu/libm-symbols.h: Add include of <sysdep.h> and
	undefine "ret" macro.  Add __libm_error_support hidden definitions.
	
	[BZ #592]
	* sysdeps/ia64/fpu/e_lgamma_r.c: Remove CVS-id comment.  Add
	missing portion of copyright statement.
	* sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
	* sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
	
	[BZ #592]
	* sysdeps/ia64/fpu/w_lgamma.c: Remove CVS-id comment.  Add
	missing portion of copyright statement.
	(__ieee754_lgamma): Rename from lgamma().  Make lgamma() a weak alias.
	(__ieee754_gamma): Likewise.
	* sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
	* sysdeps/ia64/fpu/w_lgammal.c: Likewise.
	
	2004-12-09  H. J. Lu <hjl@lucon.org>
	
	[BZ #592]
	* sysdeps/ia64/fpu/s_nextafterl.c: Remove.
	* sysdeps/ia64/fpu/s_nexttoward.c: Likewise.
	* sysdeps/ia64/fpu/s_nexttowardf.c: Likewise.
	* sysdeps/ia64/fpu/e_atan2l.S: Remove (duplicate of e_atan2l.c).
	* sysdeps/ia64/fpu/e_expl.S: Likewise.
	* sysdeps/ia64/fpu/e_logl.c: Remove (conflicts with e_logl.S).
	
	2004-11-18  David Mosberger  <davidm@hpl.hp.com>
	
	[BZ #592]
	* sysdeps/ia64/fpu/README: New file.
	* sysdeps/ia64/fpu/gen_import_file_list: New file.
	* sysdeps/ia64/fpu/import_check: Likewise.
	* sysdeps/ia64/fpu/import_diffs: Likewise.
	* sysdeps/ia64/fpu/import_file.awk: Likewise.
	* sysdeps/ia64/fpu/import_intel_libm: Likewise.
	* sysdeps/ia64/fpu/libm-symbols.h: Likewise.
	
	[BZ #592]
	* sysdeps/ia64/fpu/e_acos.S: Update from Intel libm v2.1+.
	* sysdeps/ia64/fpu/e_acosf.S: Likewise.
	* sysdeps/ia64/fpu/e_acosl.S: Likewise.
	* sysdeps/ia64/fpu/e_asin.S: Likewise.
	* sysdeps/ia64/fpu/e_asinf.S: Likewise.
	* sysdeps/ia64/fpu/e_asinl.S: Likewise.
	* sysdeps/ia64/fpu/e_atan2.S: Likewise.
	* sysdeps/ia64/fpu/e_atan2f.S: Likewise.
	* sysdeps/ia64/fpu/e_cosh.S: Likewise.
	* sysdeps/ia64/fpu/e_coshf.S: Likewise.
	* sysdeps/ia64/fpu/e_coshl.S: Likewise.
	* sysdeps/ia64/fpu/e_exp.S: Likewise.
	* sysdeps/ia64/fpu/e_expf.S: Likewise.
	* sysdeps/ia64/fpu/e_fmod.S: Likewise.
	* sysdeps/ia64/fpu/e_fmodf.S: Likewise.
	* sysdeps/ia64/fpu/e_fmodl.S: Likewise.
	* sysdeps/ia64/fpu/e_hypot.S: Likewise.
	* sysdeps/ia64/fpu/e_hypotf.S: Likewise.
	* sysdeps/ia64/fpu/e_hypotl.S: Likewise.
	* sysdeps/ia64/fpu/e_log.S: Likewise.
	* sysdeps/ia64/fpu/e_log2.S: Likewise.
	* sysdeps/ia64/fpu/e_log2f.S: Likewise.
	* sysdeps/ia64/fpu/e_log2l.S: Likewise.
	* sysdeps/ia64/fpu/e_logf.S: Likewise.
	* sysdeps/ia64/fpu/e_pow.S: Likewise.
	* sysdeps/ia64/fpu/e_powf.S: Likewise.
	* sysdeps/ia64/fpu/e_powl.S: Likewise.
	* sysdeps/ia64/fpu/e_remainder.S: Likewise.
	* sysdeps/ia64/fpu/e_remainderf.S: Likewise.
	* sysdeps/ia64/fpu/e_remainderl.S: Likewise.
	* sysdeps/ia64/fpu/e_scalb.S: Likewise.
	* sysdeps/ia64/fpu/e_scalbf.S: Likewise.
	* sysdeps/ia64/fpu/e_scalbl.S: Likewise.
	* sysdeps/ia64/fpu/e_sinh.S: Likewise.
	* sysdeps/ia64/fpu/e_sinhf.S: Likewise.
	* sysdeps/ia64/fpu/e_sinhl.S: Likewise.
	* sysdeps/ia64/fpu/e_sqrt.S: Likewise.
	* sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
	* sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
	* sysdeps/ia64/fpu/libm_error.c: Likewise.
	* sysdeps/ia64/fpu/libm_reduce.c: Likewise.
	* sysdeps/ia64/fpu/libm_support.h: Likewise.
	* sysdeps/ia64/fpu/s_atan.S: Likewise.
	* sysdeps/ia64/fpu/s_atanf.S: Likewise.
	* sysdeps/ia64/fpu/s_atanl.S: Likewise.
	* sysdeps/ia64/fpu/s_cbrt.S: Likewise.
	* sysdeps/ia64/fpu/s_cbrtf.S: Likewise.
	* sysdeps/ia64/fpu/s_cbrtl.S: Likewise.
	* sysdeps/ia64/fpu/s_ceil.S: Likewise.
	* sysdeps/ia64/fpu/s_ceilf.S: Likewise.
	* sysdeps/ia64/fpu/s_ceill.S: Likewise.
	* sysdeps/ia64/fpu/s_cos.S: Likewise.
	* sysdeps/ia64/fpu/s_cosf.S: Likewise.
	* sysdeps/ia64/fpu/s_cosl.S: Likewise.
	* sysdeps/ia64/fpu/s_expm1.S: Likewise.
	* sysdeps/ia64/fpu/s_expm1f.S: Likewise.
	* sysdeps/ia64/fpu/s_expm1l.S: Likewise.
	* sysdeps/ia64/fpu/s_fabs.S: Likewise.
	* sysdeps/ia64/fpu/s_fabsf.S: Likewise.
	* sysdeps/ia64/fpu/s_fabsl.S: Likewise.
	* sysdeps/ia64/fpu/s_floor.S: Likewise.
	* sysdeps/ia64/fpu/s_floorf.S: Likewise.
	* sysdeps/ia64/fpu/s_floorl.S: Likewise.
	* sysdeps/ia64/fpu/s_frexp.c: Likewise.
	* sysdeps/ia64/fpu/s_frexpf.c: Likewise.
	* sysdeps/ia64/fpu/s_frexpl.c: Likewise.
	* sysdeps/ia64/fpu/s_ilogb.S: Likewise.
	* sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
	* sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
	* sysdeps/ia64/fpu/s_log1p.S: Likewise.
	* sysdeps/ia64/fpu/s_log1pf.S: Likewise.
	* sysdeps/ia64/fpu/s_log1pl.S: Likewise.
	* sysdeps/ia64/fpu/s_logb.S: Likewise.
	* sysdeps/ia64/fpu/s_logbf.S: Likewise.
	* sysdeps/ia64/fpu/s_logbl.S: Likewise.
	* sysdeps/ia64/fpu/s_modf.S: Likewise.
	* sysdeps/ia64/fpu/s_modff.S: Likewise.
	* sysdeps/ia64/fpu/s_modfl.S: Likewise.
	* sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
	* sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
	* sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
	* sysdeps/ia64/fpu/s_rint.S: Likewise.
	* sysdeps/ia64/fpu/s_rintf.S: Likewise.
	* sysdeps/ia64/fpu/s_rintl.S: Likewise.
	* sysdeps/ia64/fpu/s_round.S: Likewise.
	* sysdeps/ia64/fpu/s_roundf.S: Likewise.
	* sysdeps/ia64/fpu/s_roundl.S: Likewise.
	* sysdeps/ia64/fpu/s_significand.S: Likewise.
	* sysdeps/ia64/fpu/s_significandf.S: Likewise.
	* sysdeps/ia64/fpu/s_significandl.S: Likewise.
	* sysdeps/ia64/fpu/s_tan.S: Likewise.
	* sysdeps/ia64/fpu/s_tanf.S: Likewise.
	* sysdeps/ia64/fpu/s_tanl.S: Likewise.
	* sysdeps/ia64/fpu/s_trunc.S: Likewise.
	* sysdeps/ia64/fpu/s_truncf.S: Likewise.
	* sysdeps/ia64/fpu/s_truncl.S: Likewise.
	
	[BZ #592]
	* sysdeps/ia64/fpu/e_acosh.S: New file from Intel libm v2.1+.
	* sysdeps/ia64/fpu/e_acoshf.S: Likewise.
	* sysdeps/ia64/fpu/e_acoshl.S: Likewise.
	* sysdeps/ia64/fpu/e_atanh.S: Likewise.
	* sysdeps/ia64/fpu/e_atanhf.S: Likewise.
	* sysdeps/ia64/fpu/e_atanhl.S: Likewise.
	* sysdeps/ia64/fpu/e_exp10.S: Likewise.
	* sysdeps/ia64/fpu/e_exp10f.S: Likewise.
	* sysdeps/ia64/fpu/e_exp10l.S: Likewise.
	* sysdeps/ia64/fpu/e_exp2.S: Likewise.
	* sysdeps/ia64/fpu/e_exp2f.S: Likewise.
	* sysdeps/ia64/fpu/e_exp2l.S: Likewise.
	* sysdeps/ia64/fpu/e_lgamma_r.S: Likewise.
	* sysdeps/ia64/fpu/e_lgammaf_r.S: Likewise.
	* sysdeps/ia64/fpu/e_lgammal_r.S: Likewise.
	* sysdeps/ia64/fpu/e_logl.S: Likewise.
	* sysdeps/ia64/fpu/libm_frexp.S: Likewise.
	* sysdeps/ia64/fpu/libm_frexpf.S: Likewise.
	* sysdeps/ia64/fpu/libm_frexpl.S: Likewise.
	* sysdeps/ia64/fpu/s_libm_ldexp.S: Likewise.
	* sysdeps/ia64/fpu/s_libm_ldexpf.S: Likewise.
	* sysdeps/ia64/fpu/s_libm_ldexpl.S: Likewise.
	* sysdeps/ia64/fpu/s_libm_scalbn.S: Likewise.
	* sysdeps/ia64/fpu/s_libm_scalbnf.S: Likewise.
	* sysdeps/ia64/fpu/s_libm_scalbnl.S: Likewise.
	* sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
	* sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
	* sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
	* sysdeps/ia64/fpu/libm_sincos.S: Likewise.
	* sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
	* sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
	* sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
	* sysdeps/ia64/fpu/libm_scalblnf.S: Likewise.
	* sysdeps/ia64/fpu/s_asinh.S: Likewise.
	* sysdeps/ia64/fpu/s_asinhf.S: Likewise.
	* sysdeps/ia64/fpu/s_asinhl.S: Likewise.
	* sysdeps/ia64/fpu/s_erf.S: Likewise.
	* sysdeps/ia64/fpu/s_erfc.S: Likewise.
	* sysdeps/ia64/fpu/s_erfcf.S: Likewise.
	* sysdeps/ia64/fpu/s_erfcl.S: Likewise.
	* sysdeps/ia64/fpu/s_erff.S: Likewise.
	* sysdeps/ia64/fpu/s_erfl.S: Likewise.
	* sysdeps/ia64/fpu/s_fdim.S: Likewise.
	* sysdeps/ia64/fpu/s_fdimf.S: Likewise.
	* sysdeps/ia64/fpu/s_fdiml.S: Likewise.
	* sysdeps/ia64/fpu/s_fma.S: Likewise.
	* sysdeps/ia64/fpu/s_fmaf.S: Likewise.
	* sysdeps/ia64/fpu/s_fmal.S: Likewise.
	* sysdeps/ia64/fpu/s_fmax.S: Likewise.
	* sysdeps/ia64/fpu/s_fmaxf.S: Likewise.
	* sysdeps/ia64/fpu/s_fmaxl.S: Likewise.
	* sysdeps/ia64/fpu/s_ldexp.c: Likewise.
	* sysdeps/ia64/fpu/s_ldexpf.c: Likewise.
	* sysdeps/ia64/fpu/s_ldexpl.c: Likewise.
	* sysdeps/ia64/fpu/s_nextafter.S: Likewise.
	* sysdeps/ia64/fpu/s_nextafterf.S: Likewise.
	* sysdeps/ia64/fpu/s_nextafterl.S: Likewise.
	* sysdeps/ia64/fpu/s_nexttoward.S: Likewise.
	* sysdeps/ia64/fpu/s_nexttowardf.S: Likewise.
	* sysdeps/ia64/fpu/s_nexttowardl.S: Likewise.
	* sysdeps/ia64/fpu/s_tanh.S: Likewise.
	* sysdeps/ia64/fpu/s_tanhf.S: Likewise.
	* sysdeps/ia64/fpu/s_tanhl.S: Likewise.
	* sysdeps/ia64/fpu/s_scalblnf.c: Likewise.
	* sysdeps/ia64/fpu/w_lgamma.c: Likewise.
	* sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
	* sysdeps/ia64/fpu/w_lgammal.c: Likewise.
	* sysdeps/ia64/fpu/w_tgamma.S: Likewise.
	* sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
	* sysdeps/ia64/fpu/w_tgammal.S: Likewise.
	
	[BZ #592]
	* sysdeps/ia64/fpu/e_gamma_r.c: New empty dummy-file.
	* sysdeps/ia64/fpu/e_gammaf_r.c: Likewise.
	* sysdeps/ia64/fpu/e_gammal_r.c: Likewise.
	* sysdeps/ia64/fpu/w_acosh.c: Likewise.
	* sysdeps/ia64/fpu/w_acoshf.c: Likewise.
	* sysdeps/ia64/fpu/w_acoshl.c: Likewise.
	* sysdeps/ia64/fpu/w_atanh.c: Likewise.
	* sysdeps/ia64/fpu/w_atanhf.c: Likewise.
	* sysdeps/ia64/fpu/w_atanhl.c: Likewise.
	* sysdeps/ia64/fpu/w_exp10.c: Likewise.
	* sysdeps/ia64/fpu/w_exp10f.c: Likewise.
	* sysdeps/ia64/fpu/w_exp10l.c: Likewise.
	* sysdeps/ia64/fpu/w_exp2.c: Likewise.
	* sysdeps/ia64/fpu/w_exp2f.c: Likewise.
	* sysdeps/ia64/fpu/w_exp2l.c: Likewise.
	* sysdeps/ia64/fpu/w_expl.c: Likewise.
	* sysdeps/ia64/fpu/e_expl.S: Likewise.
	* sysdeps/ia64/fpu/w_lgamma_r.c: Likewise.
	* sysdeps/ia64/fpu/w_lgammaf_r.c: Likewise.
	* sysdeps/ia64/fpu/w_lgammal_r.c: Likewise.
	* sysdeps/ia64/fpu/w_log2.c: Likewise.
	* sysdeps/ia64/fpu/w_log2f.c: Likewise.
	* sysdeps/ia64/fpu/w_log2l.c: Likewise.
	* sysdeps/ia64/fpu/w_sinh.c: Likewise.
	* sysdeps/ia64/fpu/w_sinhf.c: Likewise.
	* sysdeps/ia64/fpu/w_sinhl.c: Likewise.
	
	[BZ #592]
	* sysdeps/ia64/fpu/libm_atan2_reg.S: Remove.
	* sysdeps/ia64/fpu/s_ldexp.S: Likewise.
	* sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
	* sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
	* sysdeps/ia64/fpu/s_scalbn.S: Likewise.
	* sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
	* sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
	
	[BZ #592]
	* sysdeps/ia64/fpu/s_sincos.c: Make it an empty dummy-file.
	* sysdeps/ia64/fpu/s_sincosf.c: Likewise.
	* sysdeps/ia64/fpu/s_sincosl.c: Likewise.
	
	[BZ #592]
	* sysdeps/ia64/fpu/e_atan2l.S: Add "Not needed" comment.
	
	[BZ #592]
	* sysdeps/ia64/fpu/s_copysign.S: Add __libm_copysign{,f,l}
	alias for use by libm_error.c
	
	[BZ #592]
	* sysdeps/ia64/fpu/Makefile (libm-sysdep_routines): Remove
	libm_atan2_reg, libm_tan, libm_frexp4{f,l}.
	Mention s_erfc{,f,l}, libm_frexp{,f,l}, libm_ldexp{,f,l},
	libm_sincos{,f,l}, libm_sincos_large, libm_lgamma{,f,l},
	libm_scalbn{,f,l}, libm_scalblnf.
	(sysdep_routines): Remove libm_frexp4{,f,l}.
	Mention libm_frexp{,f,l}, libm_ldexp{,f,l}, and libm_scalbn{,f,l}.
	(sysdep-CPPFLAGS): Add -include libm-symbols.h, -D__POSIX__,
	_D_LIB_VERSIONIMF=_LIB_VERSION, -DSIZE_LONG_INT_64, and
	-DSIZE_LONG_LONG_INT_64.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/ChangeLog.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.9088.2.10&r2=1.9088.2.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/README.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_acosh.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_acoshf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_acoshl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_atanh.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_atanhf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_atanhl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_exp10.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_exp10f.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_exp10l.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_exp2.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_exp2f.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_exp2l.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_gamma_r.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_gammaf_r.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_gammal_r.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_lgamma_r.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_lgammaf_r.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_lgammal_r.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_log2.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_log2f.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_log2l.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_logl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/gen_import_file_list.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/import_check.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/import_diffs.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/import_file.awk.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/import_intel_libm.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm-symbols.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_frexp.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_frexpf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_frexpl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_lgamma.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_lgammaf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_lgammal.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_scalblnf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_sincos.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_sincos_large.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_sincosf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_sincosl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_asinh.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_asinhf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_asinhl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_erf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_erfc.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_erfcf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_erfcl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_erff.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_erfl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_fdim.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_fdimf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_fdiml.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_fma.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_fmaf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_fmal.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_fmax.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_fmaxf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_fmaxl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_ldexp.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_ldexpf.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_ldexpl.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_libm_ldexp.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_libm_ldexpf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_libm_ldexpl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_libm_scalbn.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_libm_scalbnf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_libm_scalbnl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_nextafter.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_nextafterf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_nextafterl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_nexttoward.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_nexttowardf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_nexttowardl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_scalblnf.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_scalbn.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_scalbnf.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_scalbnl.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_tanh.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_tanhf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_tanhl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/t_exp.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_acosh.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_acoshf.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_acoshl.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_atanh.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_atanhf.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_atanhl.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_exp10.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_exp10f.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_exp10l.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_exp2.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_exp2f.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_exp2l.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_expl.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_lgamma.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_lgamma_r.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_lgammaf.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_lgammaf_r.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_lgammal.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_lgammal_r.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_log2.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_log2f.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_log2l.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_sinh.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_sinhf.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_sinhl.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_tgamma.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_tgammaf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_tgammal.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/Makefile.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.4&r2=1.4.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_acos.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_acosf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_acosl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_asin.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_asinf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_asinl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_atan2.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_atan2f.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_cosh.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_coshf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_coshl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_exp.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_expf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_fmod.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_fmodf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_fmodl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_hypot.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_hypotf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_hypotl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_log.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_logf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_pow.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_powf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_powl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_remainder.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_remainderf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_remainderl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_scalb.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_scalbf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_scalbl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_sinh.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_sinhf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_sinhl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_sqrt.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_sqrtf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_sqrtl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_error.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_reduce.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_support.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.5&r2=1.5.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_atan.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_atanf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_atanl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_cbrt.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_cbrtf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_cbrtl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_ceil.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_ceilf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_ceill.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_copysign.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_cos.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_cosf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_cosl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_expm1.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_expm1f.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_expm1l.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.3&r2=1.3.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_fabs.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_fabsf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1&r2=1.1.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_fabsl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1&r2=1.1.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_floor.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_floorf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_floorl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_frexp.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.3&r2=1.3.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_frexpf.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.3&r2=1.3.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_frexpl.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.3&r2=1.3.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_ilogb.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_ilogbf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_ilogbl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_log1p.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_log1pf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_log1pl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_logb.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_logbf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_logbl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_modf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_modff.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_modfl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_nearbyint.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_nearbyintf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_nearbyintl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_rint.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_rintf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_rintl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_round.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_roundf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_roundl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_significand.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_significandf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_significandl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_sincos.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1&r2=1.1.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_sincosf.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1&r2=1.1.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_sincosl.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1&r2=1.1.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_tan.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_tanf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_tanl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_trunc.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_truncf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_truncl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_logl.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_atan2_reg.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_ldexp.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_ldexpf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_ldexpl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_nextafterl.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_nexttoward.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_nexttowardf.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_scalbn.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_scalbnf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_scalbnl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2&r2=NONE



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=592

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Bug math/592] ia64 math library needs updating
  2004-11-30  5:52 [Bug math/592] New: ia64 math library needs updating davidm@hpl.hp.com
                   ` (10 preceding siblings ...)
  2005-02-16 10:05 ` cvs-commit at gcc dot gnu dot org
@ 2005-04-06  0:32 ` cvs-commit at gcc dot gnu dot org
  11 siblings, 0 replies; 13+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-04-06  0:32 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-04-06 00:32 -------
Subject: Bug 592

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_3-branch
Changes by:	roland@sources.redhat.com	2005-04-06 00:31:00

Modified files:
	.              : ChangeLog 
	sysdeps/ia64/fpu: Makefile e_acos.S e_acosf.S e_acosh.S 
	                  e_acoshf.S e_acoshl.S e_acosl.S e_asin.S 
	                  e_asinf.S e_asinl.S e_atan2.S e_atan2f.S 
	                  e_atanh.S e_atanhf.S e_atanhl.S e_cosh.S 
	                  e_coshf.S e_coshl.S e_exp.S e_exp10.S 
	                  e_exp10f.S e_exp10l.S e_exp2.S e_exp2f.S 
	                  e_exp2l.S e_expf.S e_fmod.S e_fmodf.S 
	                  e_fmodl.S e_hypot.S e_hypotf.S e_hypotl.S 
	                  e_lgamma_r.c e_lgammaf_r.c e_lgammal_r.c 
	                  e_log.S e_log2.S e_log2f.S e_log2l.S e_logf.S 
	                  e_logl.S e_pow.S e_powf.S e_powl.S 
	                  e_remainder.S e_remainderf.S e_remainderl.S 
	                  e_scalb.S e_scalbf.S e_scalbl.S e_sinh.S 
	                  e_sinhf.S e_sinhl.S e_sqrt.S e_sqrtf.S 
	                  e_sqrtl.S gen_import_file_list import_file.awk 
	                  import_intel_libm libm_error.c libm_lgamma.S 
	                  libm_lgammaf.S libm_lgammal.S libm_scalblnf.S 
	                  libm_sincos.S libm_sincos_large.S 
	                  libm_sincosf.S libm_sincosl.S libm_support.h 
	                  s_asinh.S s_asinhl.S s_atanf.S s_atanl.S 
	                  s_cbrt.S s_cbrtf.S s_cbrtl.S s_cos.S s_cosf.S 
	                  s_cosl.S s_erf.S s_erfc.S s_erfcf.S s_erfcl.S 
	                  s_erff.S s_erfl.S s_expm1.S s_expm1f.S 
	                  s_expm1l.S s_fdim.S s_fdimf.S s_fdiml.S 
	                  s_frexp.c s_frexpf.c s_frexpl.c s_ilogb.S 
	                  s_ilogbf.S s_ilogbl.S s_ldexp.c s_ldexpf.c 
	                  s_ldexpl.c s_libm_ldexp.S s_libm_ldexpf.S 
	                  s_libm_ldexpl.S s_libm_scalbn.S 
	                  s_libm_scalbnf.S s_libm_scalbnl.S s_log1p.S 
	                  s_log1pf.S s_log1pl.S s_logb.S s_logbf.S 
	                  s_logbl.S s_nearbyint.S s_nearbyintf.S 
	                  s_nearbyintl.S s_nextafter.S s_nextafterf.S 
	                  s_nextafterl.S s_nexttoward.S s_nexttowardf.S 
	                  s_nexttowardl.S s_round.S s_roundf.S 
	                  s_roundl.S s_scalblnf.c s_scalbn.c s_scalbnf.c 
	                  s_scalbnl.c s_tan.S s_tanf.S s_tanh.S 
	                  s_tanhf.S s_tanhl.S s_tanl.S w_lgamma.c 
	                  w_lgammaf.c w_lgammal.c w_tgamma.S w_tgammaf.S 
	                  w_tgammal.S 
Added files:
	sysdeps/ia64/fpu: libm_cpu_defs.h libm_error_codes.h 

Log message:
	Merge newer ia64 libm updates from trunk.  [BZ #592]

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/ChangeLog.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.9088.2.46&r2=1.9088.2.47
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_cpu_defs.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_error_codes.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/Makefile.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.4.4.1&r2=1.4.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_acos.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_acosf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_acosh.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_acoshf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_acoshl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_acosl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_asin.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_asinf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_asinl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_atan2.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_atan2f.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_atanh.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_atanhf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_atanhl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_cosh.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_coshf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_coshl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_exp.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_exp10.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_exp10f.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_exp10l.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_exp2.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_exp2f.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_exp2l.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_expf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_fmod.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_fmodf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_fmodl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_hypot.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_hypotf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_hypotl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_lgamma_r.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_lgammaf_r.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_lgammal_r.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_log.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_log2.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_log2f.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_log2l.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_logf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_logl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_pow.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_powf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_powl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_remainder.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_remainderf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_remainderl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_scalb.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_scalbf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_scalbl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_sinh.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_sinhf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_sinhl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_sqrt.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_sqrtf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/e_sqrtl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/gen_import_file_list.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/import_file.awk.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/import_intel_libm.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_error.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_lgamma.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_lgammaf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_lgammal.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_scalblnf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_sincos.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_sincos_large.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_sincosf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_sincosl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/libm_support.h.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.5.4.1&r2=1.5.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_asinh.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_asinhl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_atanf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_atanl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_cbrt.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_cbrtf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_cbrtl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_cos.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_cosf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_cosl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_erf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_erfc.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_erfcf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_erfcl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_erff.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_erfl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_expm1.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_expm1f.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_expm1l.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.3.4.1&r2=1.3.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_fdim.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_fdimf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_fdiml.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_frexp.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.3.4.1&r2=1.3.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_frexpf.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.3.4.1&r2=1.3.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_frexpl.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.3.4.1&r2=1.3.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_ilogb.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_ilogbf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_ilogbl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_ldexp.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_ldexpf.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_ldexpl.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_libm_ldexp.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_libm_ldexpf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_libm_ldexpl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_libm_scalbn.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_libm_scalbnf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_libm_scalbnl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_log1p.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_log1pf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_log1pl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_logb.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_logbf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_logbl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_nearbyint.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_nearbyintf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_nearbyintl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_nextafter.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_nextafterf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_nextafterl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_nexttoward.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_nexttowardf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_nexttowardl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_round.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_roundf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_roundl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_scalblnf.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_scalbn.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_scalbnf.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_scalbnl.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_tan.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_tanf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_tanh.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_tanhf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_tanhl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/s_tanl.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.2.4.1&r2=1.2.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_lgamma.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_lgammaf.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_lgammal.c.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_tgamma.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_tgammaf.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/ia64/fpu/w_tgammal.S.diff?cvsroot=glibc&only_with_tag=glibc-2_3-branch&r1=1.1.4.1&r2=1.1.4.2



-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=592

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2005-04-06  0:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-30  5:52 [Bug math/592] New: ia64 math library needs updating davidm@hpl.hp.com
2004-11-30  5:56 ` [Bug math/592] " davidm@hpl.hp.com
2004-11-30  5:58 ` davidm@hpl.hp.com
2004-11-30 11:09 ` schwab@suse.de
2004-12-27 20:48 ` jakub at redhat dot com
2004-12-28  1:39 ` davidm at hpl dot hp dot com
2004-12-28  9:21 ` jakub at redhat dot com
2004-12-28 20:00 ` davidm at hpl dot hp dot com
2004-12-28 20:00 ` davidm at hpl dot hp dot com
2005-01-06 11:34 ` drepper at redhat dot com
2005-02-16  4:19 ` roland at gnu dot org
2005-02-16 10:05 ` cvs-commit at gcc dot gnu dot org
2005-04-06  0:32 ` cvs-commit at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).