This is the mail archive of the gcc-patches@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]

Re: Patch to config/rs6000/spe.h


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


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