This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch to config/rs6000/spe.h
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: "Joseph S. Myers" <joseph at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Daniel Jacobowitz <dan at codesourcery dot com>
- Date: Fri, 8 Oct 2004 18:24:06 -0400
- Subject: Re: Patch to config/rs6000/spe.h
- References: <Pine.LNX.4.61.0410082136400.6327@digraph.polyomino.org.uk>
On Fri, Oct 08, 2004 at 09:38:46PM +0000, Joseph S. Myers wrote:
> This patch to config/rs6000/spe.h adds declarations of several
> functions which the SPE PIM says are declared there but which are not
> provided by GCC. (They are provided, for example, by Aldy Hernandez's
> spe add-on for glibc, which includes a patch to declare them in
> <stdlib.h>; but <spe.h>, not <stdlib.h>, is the proper place.)
Yay. Peachy.
I think the reason they were in stdlib.h in the first place was because
there were some internal functions that used ato*fix* functions, but that
is no longer the case.
I'll patch the glibc add-on.
> run, but I've sanity checked that #include <spe.h> compiles. OK to
Absolutely, thank you so much.
Can you please commit it to the 3.4 branch?
Aldy