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
Showing
- libgcc-math/ChangeLog 22 additions, 0 deletionslibgcc-math/ChangeLog
- libgcc-math/Makefile.in 3 additions, 1 deletionlibgcc-math/Makefile.in
- libgcc-math/aclocal.m4 1 addition, 0 deletionslibgcc-math/aclocal.m4
- libgcc-math/configure 3576 additions, 179 deletionslibgcc-math/configure
- libgcc-math/configure.ac 1 addition, 0 deletionslibgcc-math/configure.ac
- libgcc-math/dbl-64/e_log10.c 2 additions, 2 deletionslibgcc-math/dbl-64/e_log10.c
- libgcc-math/dbl-64/e_rem_pio2.c 2 additions, 2 deletionslibgcc-math/dbl-64/e_rem_pio2.c
- libgcc-math/dbl-64/s_floor.c 2 additions, 2 deletionslibgcc-math/dbl-64/s_floor.c
- libgcc-math/flt-32/e_atan2f.c 1 addition, 1 deletionlibgcc-math/flt-32/e_atan2f.c
- libgcc-math/flt-32/e_expf.c 0 additions, 1 deletionlibgcc-math/flt-32/e_expf.c
- libgcc-math/flt-32/e_log10f.c 1 addition, 1 deletionlibgcc-math/flt-32/e_log10f.c
- libgcc-math/flt-32/e_powf.c 3 additions, 3 deletionslibgcc-math/flt-32/e_powf.c
- libgcc-math/flt-32/e_rem_pio2f.c 1 addition, 1 deletionlibgcc-math/flt-32/e_rem_pio2f.c
- libgcc-math/flt-32/e_sqrtf.c 1 addition, 1 deletionlibgcc-math/flt-32/e_sqrtf.c
- libgcc-math/flt-32/s_floorf.c 1 addition, 1 deletionlibgcc-math/flt-32/s_floorf.c
- libgcc-math/i386/Makefile.am 1 addition, 1 deletionlibgcc-math/i386/Makefile.am
- libgcc-math/i386/Makefile.in 4 additions, 2 deletionslibgcc-math/i386/Makefile.in
- libgcc-math/include/math_private.h 6 additions, 6 deletionslibgcc-math/include/math_private.h
Loading
Please register or sign in to comment