gcc/libgcc-math/flt-32
Richard Guenther 88e23c503a re PR bootstrap/26050 (Use of u_int32_t in libgcc-math breaks bootstrap on Solaris 10/x86)
2006-02-07  Richard Guenther  <rguenther@suse.de>

	PR bootstrap/26050
	* configure.ac: Generate gstdint.h using GCC_HEADER_STDINT.
	* configure: Re-generate.
	* Makefile.in: Likewise. 
	* aclocal.m4: Likewise.
	* i386/Makefile.am: Adjust include path.
	* i386/Makefile.in: Re-generate.
	* include/math_private.h: Do not include sys/types.h.
	Include gstdint.h.  Use uint32_t instead of u_int32_t.
	* flt-32/e_expf.c: Do not include inttypes.h
	* flt-32/e_sqrtf.c: Use uint32_t instead of u_int32_t.
	* flt-32/s_floorf.c: Likewise.
	* flt-32/e_atan2f.c: Likewise.
	* flt-32/e_powf.c: Likewise.
	* flt-32/e_rem_pio2f.c: Likewise.
	* flt-32/e_log10f.c: Likewise.
	* dbl-64/s_floor.c: Likewise.
	* dbl-64/e_log10.c: Likewise.
	* dbl-64/e_rem_pio2.c: Likewise.

From-SVN: r110694
2006-02-07 11:37:15 +00:00
..
e_acosf.c Makefile.def (target_modules): Add libgcc-math target module. 2006-01-31 11:56:46 +00:00
e_asinf.c Makefile.def (target_modules): Add libgcc-math target module. 2006-01-31 11:56:46 +00:00
e_atan2f.c re PR bootstrap/26050 (Use of u_int32_t in libgcc-math breaks bootstrap on Solaris 10/x86) 2006-02-07 11:37:15 +00:00
e_expf.c re PR bootstrap/26050 (Use of u_int32_t in libgcc-math breaks bootstrap on Solaris 10/x86) 2006-02-07 11:37:15 +00:00
e_log10f.c re PR bootstrap/26050 (Use of u_int32_t in libgcc-math breaks bootstrap on Solaris 10/x86) 2006-02-07 11:37:15 +00:00
e_logf.c Makefile.def (target_modules): Add libgcc-math target module. 2006-01-31 11:56:46 +00:00
e_powf.c re PR bootstrap/26050 (Use of u_int32_t in libgcc-math breaks bootstrap on Solaris 10/x86) 2006-02-07 11:37:15 +00:00
e_rem_pio2f.c re PR bootstrap/26050 (Use of u_int32_t in libgcc-math breaks bootstrap on Solaris 10/x86) 2006-02-07 11:37:15 +00:00
e_sqrtf.c re PR bootstrap/26050 (Use of u_int32_t in libgcc-math breaks bootstrap on Solaris 10/x86) 2006-02-07 11:37:15 +00:00
k_cosf.c Makefile.def (target_modules): Add libgcc-math target module. 2006-01-31 11:56:46 +00:00
k_rem_pio2f.c Makefile.def (target_modules): Add libgcc-math target module. 2006-01-31 11:56:46 +00:00
k_sinf.c Makefile.def (target_modules): Add libgcc-math target module. 2006-01-31 11:56:46 +00:00
k_tanf.c Makefile.def (target_modules): Add libgcc-math target module. 2006-01-31 11:56:46 +00:00
s_atanf.c Makefile.def (target_modules): Add libgcc-math target module. 2006-01-31 11:56:46 +00:00
s_cosf.c Makefile.def (target_modules): Add libgcc-math target module. 2006-01-31 11:56:46 +00:00
s_floorf.c re PR bootstrap/26050 (Use of u_int32_t in libgcc-math breaks bootstrap on Solaris 10/x86) 2006-02-07 11:37:15 +00:00
s_isinff.c Makefile.def (target_modules): Add libgcc-math target module. 2006-01-31 11:56:46 +00:00
s_scalbnf.c Makefile.def (target_modules): Add libgcc-math target module. 2006-01-31 11:56:46 +00:00
s_sinf.c Makefile.def (target_modules): Add libgcc-math target module. 2006-01-31 11:56:46 +00:00
s_tanf.c Makefile.def (target_modules): Add libgcc-math target module. 2006-01-31 11:56:46 +00:00
t_exp2f.h Makefile.def (target_modules): Add libgcc-math target module. 2006-01-31 11:56:46 +00:00