summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2012-03-09 11:35:13 -0800
committerRichard Henderson <rth@twiddle.net>2012-03-09 16:11:26 -0800
commitb8c036204fd01dce20f7c610c4295709f59a2a39 (patch)
tree8a6bd09cc82f859a951a740220f581d623a404c6
parent1ed0291c3154c25633107d93e122c1b0c0f7c975 (diff)
Use include_next to chain math_private.h headers.
-rw-r--r--ChangeLog6
-rw-r--r--sysdeps/i386/fpu/math_private.h2
-rw-r--r--sysdeps/powerpc/fpu/math_private.h2
-rw-r--r--sysdeps/x86_64/fpu/math_private.h2
4 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 096a32b219..b4410cfc77 100644
--- 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,
diff --git a/sysdeps/i386/fpu/math_private.h b/sysdeps/i386/fpu/math_private.h
index 8a51851377..5253998a57 100644
--- a/sysdeps/i386/fpu/math_private.h
+++ b/sysdeps/i386/fpu/math_private.h
@@ -15,5 +15,5 @@ do \
} \
while (0)
-#include <math/math_private.h>
+#include_next <math_private.h>
#endif
diff --git a/sysdeps/powerpc/fpu/math_private.h b/sysdeps/powerpc/fpu/math_private.h
index 28628f0540..a916be31eb 100644
--- a/sysdeps/powerpc/fpu/math_private.h
+++ b/sysdeps/powerpc/fpu/math_private.h
@@ -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
diff --git a/sysdeps/x86_64/fpu/math_private.h b/sysdeps/x86_64/fpu/math_private.h
index 9b8d31de87..c8616f654a 100644
--- a/sysdeps/x86_64/fpu/math_private.h
+++ b/sysdeps/x86_64/fpu/math_private.h
@@ -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. */