aboutsummaryrefslogtreecommitdiff
path: root/libgcc-math/i386
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2006-02-07 11:37:15 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2006-02-07 11:37:15 +0000
commit88e23c503ac776ac63d93451557ac2da3939851b (patch)
tree8a5552db904a6e9d8810ed38cb1d446f2848ea6d /libgcc-math/i386
parente7e9396544525de5ad6e09527b4b3d29ab1e6429 (diff)
downloadgcc-88e23c503ac776ac63d93451557ac2da3939851b.zip
gcc-88e23c503ac776ac63d93451557ac2da3939851b.tar.gz
gcc-88e23c503ac776ac63d93451557ac2da3939851b.tar.bz2
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
Diffstat (limited to 'libgcc-math/i386')
-rw-r--r--libgcc-math/i386/Makefile.am2
-rw-r--r--libgcc-math/i386/Makefile.in6
2 files changed, 5 insertions, 3 deletions
diff --git a/libgcc-math/i386/Makefile.am b/libgcc-math/i386/Makefile.am
index 26704c3..4a02e6a 100644
--- a/libgcc-math/i386/Makefile.am
+++ b/libgcc-math/i386/Makefile.am
@@ -10,7 +10,7 @@ gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
noinst_LTLIBRARIES = libsse2.la
-libsse2_la_CFLAGS = -I@srcdir@/../include -include @srcdir@/sse2.h \
+libsse2_la_CFLAGS = -I@srcdir@/../include -I.. -include @srcdir@/sse2.h \
-Wall -O2 -g -msse2 -msseregparm -mfpmath=sse -march=pentium3 \
-fno-math-errno -fno-trapping-math -ffinite-math-only \
-fno-rounding-math -fno-signaling-nans -D__NO_MATH_INLINES
diff --git a/libgcc-math/i386/Makefile.in b/libgcc-math/i386/Makefile.in
index cf9be0e..8e56ebf 100644
--- a/libgcc-math/i386/Makefile.in
+++ b/libgcc-math/i386/Makefile.in
@@ -42,7 +42,8 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \
$(top_srcdir)/../config/lead-dot.m4 \
- $(top_srcdir)/../libtool.m4 $(top_srcdir)/configure.ac
+ $(top_srcdir)/../config/stdint.m4 $(top_srcdir)/../libtool.m4 \
+ $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
@@ -112,6 +113,7 @@ DEPDIR = @DEPDIR@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
+EGREP = @EGREP@
EXEEXT = @EXEEXT@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -197,7 +199,7 @@ toolexeclibdir = @toolexeclibdir@
# May be used by various substitution variables.
gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
noinst_LTLIBRARIES = libsse2.la
-libsse2_la_CFLAGS = -I@srcdir@/../include -include @srcdir@/sse2.h \
+libsse2_la_CFLAGS = -I@srcdir@/../include -I.. -include @srcdir@/sse2.h \
-Wall -O2 -g -msse2 -msseregparm -mfpmath=sse -march=pentium3 \
-fno-math-errno -fno-trapping-math -ffinite-math-only \
-fno-rounding-math -fno-signaling-nans -D__NO_MATH_INLINES