This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Further floating-point-emulator cleanups
- From: Zack Weinberg <zack at codesourcery dot com>
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Cc: gcc-bugs at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org, rth at redhat dot com
- Date: Mon, 25 Mar 2002 12:58:22 -0800
- Subject: Re: Further floating-point-emulator cleanups
- References: <200203240257.VAA29041@caip.rutgers.edu>
On Sat, Mar 23, 2002 at 09:57:12PM -0500, Kaveh R. Ghazi wrote:
> > From: Zack Weinberg <zack@codesourcery.com>
> >
> > It makes most sense, I think, to push the include of float.h all the
> > way up into tsystem.h. Can you try this patch?
> >
> > zw
> >
> > * tsystem.h: Include float.h here...
> > * libgcc2.c: ... not here.
>
>
> That works, thanks.
Committed.
zw