diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-07 11:37:15 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-02-07 11:37:15 +0000 |
commit | 4817c4422209c116329b4d03afbe489f395e6d1c (patch) | |
tree | 8a5552db904a6e9d8810ed38cb1d446f2848ea6d /libgcc-math/aclocal.m4 | |
parent | 36653a30cf11c5c1b1f10ce79237a33ce090e797 (diff) | |
download | gcc-4817c4422209c116329b4d03afbe489f395e6d1c.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110694 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc-math/aclocal.m4')
-rw-r--r-- | libgcc-math/aclocal.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgcc-math/aclocal.m4 b/libgcc-math/aclocal.m4 index 3b9f478fe5e..c4d188ad231 100644 --- a/libgcc-math/aclocal.m4 +++ b/libgcc-math/aclocal.m4 @@ -937,4 +937,5 @@ AC_SUBST([am__untar]) m4_include([../config/depstand.m4]) m4_include([../config/lead-dot.m4]) +m4_include([../config/stdint.m4]) m4_include([../libtool.m4]) |