00db10
# commit 32c301dfc9b786453e59b61fe4a821a89e1a206b
00db10
# Author: Alan Modra <amodra@gmail.com>
00db10
# Date:   Sat Aug 17 18:26:39 2013 +0930
00db10
# 
00db10
#     PowerPC floating point little-endian [5 of 15]
00db10
#     http://sourceware.org/ml/libc-alpha/2013-08/msg00085.html
00db10
#     
00db10
#     Rid ourselves of ieee854.
00db10
#     
00db10
#         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
00db10
#         Delete.
00db10
#         (IEEE854_LONG_DOUBLE_BIAS): Delete.
00db10
#         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
00db10
#         version of math_ldbl.h.
00db10
# 
00db10
diff -urN glibc-2.17-c758a686/sysdeps/ieee754/ldbl-128ibm/ieee754.h glibc-2.17-c758a686/sysdeps/ieee754/ldbl-128ibm/ieee754.h
00db10
--- glibc-2.17-c758a686/sysdeps/ieee754/ldbl-128ibm/ieee754.h	2014-05-27 22:10:43.000000000 -0500
00db10
+++ glibc-2.17-c758a686/sysdeps/ieee754/ldbl-128ibm/ieee754.h	2014-05-27 22:11:10.000000000 -0500
00db10
@@ -112,61 +112,6 @@
00db10
 #define IEEE754_DOUBLE_BIAS	0x3ff /* Added to exponent.  */
00db10
 
00db10
 
00db10
-union ieee854_long_double
00db10
-  {
00db10
-    long double d;
00db10
-
00db10
-    /* This is the IEEE 854 quad-precision format.  */
00db10
-    struct
00db10
-      {
00db10
-#if	__BYTE_ORDER == __BIG_ENDIAN
00db10
-	unsigned int negative:1;
00db10
-	unsigned int exponent:15;
00db10
-	/* Together these comprise the mantissa.  */
00db10
-	unsigned int mantissa0:16;
00db10
-	unsigned int mantissa1:32;
00db10
-	unsigned int mantissa2:32;
00db10
-	unsigned int mantissa3:32;
00db10
-#endif				/* Big endian.  */
00db10
-#if	__BYTE_ORDER == __LITTLE_ENDIAN
00db10
-	/* Together these comprise the mantissa.  */
00db10
-	unsigned int mantissa3:32;
00db10
-	unsigned int mantissa2:32;
00db10
-	unsigned int mantissa1:32;
00db10
-	unsigned int mantissa0:16;
00db10
-	unsigned int exponent:15;
00db10
-	unsigned int negative:1;
00db10
-#endif				/* Little endian.  */
00db10
-      } ieee;
00db10
-
00db10
-    /* This format makes it easier to see if a NaN is a signalling NaN.  */
00db10
-    struct
00db10
-      {
00db10
-#if	__BYTE_ORDER == __BIG_ENDIAN
00db10
-	unsigned int negative:1;
00db10
-	unsigned int exponent:15;
00db10
-	unsigned int quiet_nan:1;
00db10
-	/* Together these comprise the mantissa.  */
00db10
-	unsigned int mantissa0:15;
00db10
-	unsigned int mantissa1:32;
00db10
-	unsigned int mantissa2:32;
00db10
-	unsigned int mantissa3:32;
00db10
-#else
00db10
-	/* Together these comprise the mantissa.  */
00db10
-	unsigned int mantissa3:32;
00db10
-	unsigned int mantissa2:32;
00db10
-	unsigned int mantissa1:32;
00db10
-	unsigned int mantissa0:15;
00db10
-	unsigned int quiet_nan:1;
00db10
-	unsigned int exponent:15;
00db10
-	unsigned int negative:1;
00db10
-#endif
00db10
-      } ieee_nan;
00db10
-  };
00db10
-
00db10
-#define IEEE854_LONG_DOUBLE_BIAS 0x3fff /* Added to exponent.  */
00db10
-
00db10
-
00db10
 /* IBM extended format for long double.
00db10
 
00db10
    Each long double is made up of two IEEE doubles.  The value of the
00db10
diff -urN glibc-2.17-c758a686/sysdeps/ieee754/ldbl-128ibm/math_ldbl.h glibc-2.17-c758a686/sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
00db10
--- glibc-2.17-c758a686/sysdeps/ieee754/ldbl-128ibm/math_ldbl.h	2014-05-27 22:10:43.000000000 -0500
00db10
+++ glibc-2.17-c758a686/sysdeps/ieee754/ldbl-128ibm/math_ldbl.h	2014-05-27 22:11:10.000000000 -0500
00db10
@@ -2,7 +2,6 @@
00db10
 #error "Never use <math_ldbl.h> directly; include <math_private.h> instead."
00db10
 #endif
00db10
 
00db10
-#include <sysdeps/ieee754/ldbl-128/math_ldbl.h>
00db10
 #include <ieee754.h>
00db10
   
00db10
 static inline void