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 096a32b..b4410cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 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,
        sysdeps/i386/fpu/s_isnanl.c, sysdeps/i386/fpu/s_nextafterl.c,
        sysdeps/i386/fpu/s_nexttoward.c, sysdeps/i386/fpu/s_nexttowardf.c,
index 8a51851..5253998 100644 (file)
@@ -15,5 +15,5 @@ do                                                    \
   }                                                    \
 while (0)
 
-#include <math/math_private.h>
+#include_next <math_private.h>
 #endif
index 28628f0..a916be3 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 9b8d31d..c8616f6 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.  */