This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/26050] [4.2 Regression] Use of u_int32_t in libgcc-math breaks bootstrap on Solaris 10/x86



------- Comment #9 from rguenth at gcc dot gnu dot org  2006-02-07 11:37 -------
Subject: Bug 26050

Author: rguenth
Date: Tue Feb  7 11:37:15 2006
New Revision: 110694

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110694
Log:
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.

Modified:
    trunk/libgcc-math/ChangeLog
    trunk/libgcc-math/Makefile.in
    trunk/libgcc-math/aclocal.m4
    trunk/libgcc-math/configure
    trunk/libgcc-math/configure.ac
    trunk/libgcc-math/dbl-64/e_log10.c
    trunk/libgcc-math/dbl-64/e_rem_pio2.c
    trunk/libgcc-math/dbl-64/s_floor.c
    trunk/libgcc-math/flt-32/e_atan2f.c
    trunk/libgcc-math/flt-32/e_expf.c
    trunk/libgcc-math/flt-32/e_log10f.c
    trunk/libgcc-math/flt-32/e_powf.c
    trunk/libgcc-math/flt-32/e_rem_pio2f.c
    trunk/libgcc-math/flt-32/e_sqrtf.c
    trunk/libgcc-math/flt-32/s_floorf.c
    trunk/libgcc-math/i386/Makefile.am
    trunk/libgcc-math/i386/Makefile.in
    trunk/libgcc-math/include/math_private.h


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26050


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]