Use include_next to chain math_private.h headers.

This commit is contained in:
Richard Henderson 2012-03-09 11:35:13 -08:00
parent 1ed0291c31
commit b8c036204f
4 changed files with 9 additions and 3 deletions

View File

@ -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,

View File

@ -15,5 +15,5 @@ do \
} \
while (0)
#include <math/math_private.h>
#include_next <math_private.h>
#endif

View 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

View 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. */