fd97e46511
2006-02-08 Richard Guenther <rguenther@suse.de> * dbl-64/mpa.c: Do not include sys/param.h. * dbl-64/mpa.h (MIN): Define. From-SVN: r110745
60 lines
1.8 KiB
Plaintext
60 lines
1.8 KiB
Plaintext
2006-02-08 Richard Guenther <rguenther@suse.de>
|
|
|
|
* dbl-64/mpa.c: Do not include sys/param.h.
|
|
* dbl-64/mpa.h (MIN): Define.
|
|
|
|
2006-02-07 Richard Guenther <rguenther@suse.de>
|
|
|
|
PR bootstrap/26050
|
|
* configure.ac: Generate _stdint.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 _stdint.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.
|
|
|
|
2006-02-01 Richard Guenther <rguenther@suse.de>
|
|
|
|
PR bootstrap/26059
|
|
* flt-32/e_expf.c: Remove fenv access.
|
|
|
|
2006-02-01 Richard Guenther <rguenther@suse.de>
|
|
|
|
PR bootstrap/26055
|
|
* configure.ac: Disable libgcc-math if we cannot mix
|
|
declaration of __isinf and math.h inclusion.
|
|
* configure: Re-generate.
|
|
|
|
2006-01-31 Richard Guenther <rguenther@suse.de>
|
|
Paolo Bonzini <bonzini@gnu.org>
|
|
|
|
* configure.ac: New file.
|
|
* Makefile.am: Likewise.
|
|
* configure: New generated file.
|
|
* Makefile.in: Likewise.
|
|
* aclocal.m4: Likewise.
|
|
* libtool-version: New file.
|
|
* include/ieee754.h: New file.
|
|
* include/libc-symbols.h: Likewise.
|
|
* include/math_private.h: Likewise.
|
|
* i386/Makefile.am: New file.
|
|
* i386/Makefile.in: New generated file.
|
|
* i386/sse2.h: New file.
|
|
* i386/endian.h: Likewise.
|
|
* i386/sse2.map: Linker script for SSE2 ABI math intrinsics.
|
|
* flt-32/: Import from glibc.
|
|
* dbl-64/: Likewise.
|
|
|