re PR bootstrap/26050 (Use of u_int32_t in libgcc-math breaks bootstrap on Solaris...
authorRichard Guenther <rguenther@suse.de>
Tue, 7 Feb 2006 11:37:15 +0000 (11:37 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 7 Feb 2006 11:37:15 +0000 (11:37 +0000)
commit88e23c503ac776ac63d93451557ac2da3939851b
tree8a5552db904a6e9d8810ed38cb1d446f2848ea6d
parente7e9396544525de5ad6e09527b4b3d29ab1e6429
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
18 files changed:
libgcc-math/ChangeLog
libgcc-math/Makefile.in
libgcc-math/aclocal.m4
libgcc-math/configure
libgcc-math/configure.ac
libgcc-math/dbl-64/e_log10.c
libgcc-math/dbl-64/e_rem_pio2.c
libgcc-math/dbl-64/s_floor.c
libgcc-math/flt-32/e_atan2f.c
libgcc-math/flt-32/e_expf.c
libgcc-math/flt-32/e_log10f.c
libgcc-math/flt-32/e_powf.c
libgcc-math/flt-32/e_rem_pio2f.c
libgcc-math/flt-32/e_sqrtf.c
libgcc-math/flt-32/s_floorf.c
libgcc-math/i386/Makefile.am
libgcc-math/i386/Makefile.in
libgcc-math/include/math_private.h