glibc/ports/sysdeps
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
..
aarch64 [AArch64] Support __mcount profiling. 2013-09-24 13:03:02 +01:00
alpha Make __ffs hidden 2013-09-20 21:25:31 +02:00
am33 Fix typos. 2013-08-21 19:48:48 +02:00
arm ARM: Add pointer encryption support. 2013-10-03 11:35:50 +01:00
hppa Fix typos. 2013-08-21 19:48:48 +02:00
ia64 PowerPC floating point little-endian [1 of 15] 2013-10-04 10:31:41 +09:30
m68k Make __ffs hidden 2013-09-20 21:25:31 +02:00
microblaze Fix executable mode. 2013-06-06 02:15:33 +02:00
mips 2013-09-26 Steve Ellcey <sellcey@mips.com> 2013-10-03 12:56:34 -07:00
powerpc Fix typos. 2013-08-30 18:08:59 +02:00
tile BZ #15754: CVE-2013-4788 2013-09-23 00:52:09 -04:00
unix ARM: Add pointer encryption support. 2013-10-03 11:35:50 +01:00