mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Use include_next to chain math_private.h headers.
This commit is contained in:
parent
1ed0291c31
commit
b8c036204f
@ -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,
|
||||
|
@ -15,5 +15,5 @@ do \
|
||||
} \
|
||||
while (0)
|
||||
|
||||
#include <math/math_private.h>
|
||||
#include_next <math_private.h>
|
||||
#endif
|
||||
|
@ -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
|
||||
|
@ -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. */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user