]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use include_next to chain math_private.h headers.
authorRichard Henderson <rth@twiddle.net>
Fri, 9 Mar 2012 19:35:13 +0000 (11:35 -0800)
committerRichard Henderson <rth@twiddle.net>
Sat, 10 Mar 2012 00:11:26 +0000 (16:11 -0800)
ChangeLog
sysdeps/i386/fpu/math_private.h
sysdeps/powerpc/fpu/math_private.h
sysdeps/x86_64/fpu/math_private.h

index 096a32b2197abdad18c633659294dad360737889..b4410cfc775c01d0c948de5a693e4e57c85872e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-03-09  Richard Henderson  <rth@twiddle.net>
+
+       * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
+       * sysdeps/powerpc/fpu/math_private.h: Likewise.
+       * sysdeps/x86_64/fpu/math_private.h: Likewise.
+
 2012-03-09  Richard Henderson  <rth@twiddle.net>
 
        * sysdeps/i386/fpu/s_fpclassifyl.c, sysdeps/i386/fpu/s_isinfl.c,
index 8a51851377ba57de3ca4b322467dd69db343c3e1..5253998a57039cd7f2fe2efd5a219333cbe2d87e 100644 (file)
@@ -15,5 +15,5 @@ do                                                    \
   }                                                    \
 while (0)
 
-#include <math/math_private.h>
+#include_next <math_private.h>
 #endif
index 28628f05408e1d04bc3bfa51765caf53127647ce..a916be31eb10a92e0bc0cf3e752bb8f85085bd47 100644 (file)
@@ -23,7 +23,7 @@
 #include <sysdep.h>
 #include <ldsodefs.h>
 #include <dl-procinfo.h>
-#include <math/math_private.h>
+#include_next <math_private.h>
 
 # if __WORDSIZE == 64 || defined _ARCH_PWR4
 #  define __CPU_HAS_FSQRT 1
index 9b8d31de872a3204ff32c79c6e1c1c128f047f8a..c8616f654a620190c38a11693793a75c14c7a886 100644 (file)
@@ -16,7 +16,7 @@
       __asm __volatile ("" : : "f" (x));                                     \
   } while (0)
 
-#include <math/math_private.h>
+#include_next <math_private.h>
 
 /* We can do a few things better on x86-64.  */