glibc/sysdeps/powerpc/powerpc64/fpu/multiarch
Zack Weinberg 0d13dfa17b Don't include math.h/math_private.h in math_ldbl_opt.h.
The sysdeps/ieee754/ldbl-opt version of math_ldbl_opt.h includes
math.h and math_private.h, despite not having any need for those
headers itself; the sysdeps/generic version doesn't.  About 20 files
are relying on math_ldbl_opt.h to include math.h and/or math_private.h
for them, even though none of them necessarily used on a platform that
needs ldbl-opt support.

	* sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Don't include
	math.h or math_private.h.

	* sysdeps/alpha/fpu/s_isnan.c
	* sysdeps/ieee754/ldbl-128ibm/s_ceill.c
	* sysdeps/ieee754/ldbl-128ibm/s_floorl.c
	* sysdeps/ieee754/ldbl-128ibm/s_llrintl.c
	* sysdeps/ieee754/ldbl-128ibm/s_llroundl.c
	* sysdeps/ieee754/ldbl-128ibm/s_lrintl.c
	* sysdeps/ieee754/ldbl-128ibm/s_lroundl.c
	* sysdeps/ieee754/ldbl-128ibm/s_rintl.c
	* sysdeps/ieee754/ldbl-128ibm/s_roundl.c
	* sysdeps/ieee754/ldbl-128ibm/s_truncl.c
	* sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c
	* sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c:
	* sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf.c
	* sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c
	* sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c:
	Include math_private.h.

	* sysdeps/ieee754/ldbl-64-128/s_finitel.c
	* sysdeps/ieee754/ldbl-64-128/s_fpclassifyl.c
	* sysdeps/ieee754/ldbl-64-128/s_isinfl.c
	* sysdeps/ieee754/ldbl-64-128/s_isnanl.c
	* sysdeps/ieee754/ldbl-64-128/s_signbitl.c
	* sysdeps/powerpc/power7/fpu/s_logb.c:
	Include math.h and math_private.h.
2018-03-10 15:18:08 -05:00
..
e_expf-power8.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
e_expf-ppc64.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
e_expf.c Don't include math.h/math_private.h in math_ldbl_opt.h. 2018-03-10 15:18:08 -05:00
e_hypot-power7.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
e_hypot-ppc64.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
e_hypot.c Don't include math.h/math_private.h in math_ldbl_opt.h. 2018-03-10 15:18:08 -05:00
e_hypotf-power7.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
e_hypotf-ppc64.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
e_hypotf.c Don't include math.h/math_private.h in math_ldbl_opt.h. 2018-03-10 15:18:08 -05:00
Makefile [BZ #21745] powerpc: build some IFUNC math functions for libc and libm 2017-09-15 15:09:19 -03:00
s_ceil-power5+.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_ceil-ppc64.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_ceil.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_ceilf-power5+.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_ceilf-ppc64.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_ceilf.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_copysign-power6.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_copysign-ppc64.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_copysign.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_copysignf.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_cosf-power8.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_cosf-ppc64.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_cosf.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_finite-power7.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_finite-power8.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_finite-ppc64.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_finite.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_finitef-ppc64.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_finitef.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_floor-power5+.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_floor-ppc64.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_floor.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_floorf-power5+.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_floorf-ppc64.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_floorf.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_isinf-power7.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_isinf-power8.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_isinf-ppc64.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_isinf.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_isinff-ppc64.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_isinff.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_isnan-power5.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_isnan-power6.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_isnan-power6x.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_isnan-power7.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_isnan-power8.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_isnan-ppc64.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_isnan.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_isnanf.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_llrint-power6x.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_llrint-power8.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_llrint-ppc64.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_llrint.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_llrintf.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_llround-power5+.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_llround-power6x.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_llround-power8.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_llround-ppc64.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_llround.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_llroundf-ppc64.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_llroundf.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_logb-power7.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_logb-ppc64.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_logb.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_logbf-power7.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_logbf-ppc64.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_logbf.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_logbl-power7.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_logbl-ppc64.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_logbl.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_lrint.c PowerPC: multiarch llrint/lrint for PowerPC64 2013-12-13 15:33:54 -05:00
s_lround.c PowerPC: multiarch llround/lround for PowerPC64 2013-12-13 15:01:54 -05:00
s_modf-power5+.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_modf-ppc64.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_modf.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_modff-power5+.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_modff-ppc64.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_modff.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_round-power5+.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_round-ppc64.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_round.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_roundf-power5+.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_roundf-ppc64.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_roundf.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_sinf-power8.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_sinf-ppc64.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_sinf.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_trunc-power5+.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_trunc-ppc64.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_trunc.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_truncf-power5+.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_truncf-ppc64.S Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
s_truncf.c Update copyright dates with scripts/update-copyrights. 2018-01-01 00:32:25 +00:00
w_expf.c Do not wrap expf and exp2f 2017-10-02 14:38:54 +01:00