glibc/sysdeps/ieee754/ldbl-96
Alan Modra 1b6adf888d PowerPC floating point little-endian [1 of 15]
http://sourceware.org/ml/libc-alpha/2013-08/msg00081.html

This is the first of a series of patches to ban ieee854_long_double
and the ieee854_long_double macros when using IBM long double.  union
ieee854_long_double just isn't correct for IBM long double, especially
when little-endian, and pretending it is OK has allowed a number of
bugs to remain undetected in sysdeps/ieee754/ldbl-128ibm/.

This changes the few places in generic code that use it.

	* stdio-common/printf_size.c (__printf_size): Don't use
	union ieee854_long_double in fpnum union.
	* stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
	signbit macro to retrieve sign from long double.
	* stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
	retrieve sign from long double.
	* sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
	* sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
	* sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
	* sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
	* math/test-misc.c (main): Don't use union ieee854_long_double.
ports/
	* sysdeps/ia64/fpu/printf_fphex.c: Adjust for fpnum change.
2013-10-04 10:31:41 +09:30
..
e_acoshl.c
e_asinl.c
e_atan2l.c
e_atanhl.c
e_coshl.c
e_gammal_r.c
e_hypotl.c Fix ldbl-96 hypotl of subnormals (bug 15529). 2013-05-24 20:52:55 +00:00
e_ilogbl.c
e_j0l.c
e_j1l.c
e_jnl.c
e_lgammal_r.c
e_rem_pio2l.c
e_remainderl.c
e_sinhl.c
gamma_product.c
gamma_productl.c
k_cosl.c
k_sinl.c
k_tanl.c
ldbl2mpn.c Fix leading whitespaces. 2013-06-06 20:36:07 +02:00
math_ldbl.h
mpn2ldbl.c
printf_fphex.c PowerPC floating point little-endian [1 of 15] 2013-10-04 10:31:41 +09:30
s_asinhl.c
s_cbrtl.c Fix cbrtl for ldbl-96 2013-08-13 09:45:02 +02:00
s_ceill.c
s_copysignl.c
s_cosl.c
s_erfl.c Remove trailing whitespace. 2013-06-05 20:44:03 +00:00
s_fabsl.c
s_finitel.c
s_floorl.c
s_fma.c
s_fmal.c
s_fpclassifyl.c
s_frexpl.c
s_isinf_nsl.c
s_isinfl.c
s_isnanl.c
s_issignalingl.c
s_llrintl.c
s_llroundl.c
s_logbl.c
s_lrintl.c
s_lroundl.c
s_modfl.c
s_nearbyintl.c
s_nextafterl.c
s_nexttoward.c
s_nexttowardf.c
s_remquol.c
s_rintl.c
s_roundl.c
s_scalblnl.c
s_scalbnl.c
s_signbitl.c
s_sincosl.c
s_sinl.c
s_tanhl.c
s_tanl.c
s_truncl.c
strtold_l.c [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases 2013-08-29 12:22:10 +02:00
t_sincosl.c
w_expl.c
x2y2m1.c
x2y2m1l.c