From: Richard Henderson Date: Fri, 9 Mar 2012 19:35:13 +0000 (-0800) Subject: Use include_next to chain math_private.h headers. X-Git-Tag: glibc-2.16-tps~838 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8c036204fd01dce20f7c610c4295709f59a2a39;p=thirdparty%2Fglibc.git Use include_next to chain math_private.h headers. --- diff --git a/ChangeLog b/ChangeLog index 096a32b2197..b4410cfc775 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-03-09 Richard Henderson + + * 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 * sysdeps/i386/fpu/s_fpclassifyl.c, sysdeps/i386/fpu/s_isinfl.c, diff --git a/sysdeps/i386/fpu/math_private.h b/sysdeps/i386/fpu/math_private.h index 8a51851377b..5253998a570 100644 --- a/sysdeps/i386/fpu/math_private.h +++ b/sysdeps/i386/fpu/math_private.h @@ -15,5 +15,5 @@ do \ } \ while (0) -#include +#include_next #endif diff --git a/sysdeps/powerpc/fpu/math_private.h b/sysdeps/powerpc/fpu/math_private.h index 28628f05408..a916be31eb1 100644 --- a/sysdeps/powerpc/fpu/math_private.h +++ b/sysdeps/powerpc/fpu/math_private.h @@ -23,7 +23,7 @@ #include #include #include -#include +#include_next # 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 9b8d31de872..c8616f654a6 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 +#include_next /* We can do a few things better on x86-64. */