From 57ff95d35bbcb72c45648968b4d7e3b5be1e71e5 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Wed, 16 Apr 2003 15:45:29 +0000 Subject: 2003-04-16 Jeff Johnston * newlib/libc/machine/powerpc (ato*fix*.c,strto*fix*.c): Shield all code with #ifdef __SPE__ test. * newlib/libc/machine/powerpc (simdldtoa.c, ufix64toa.c): Ditto. --- newlib/libc/machine/powerpc/atoufix32.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'newlib/libc/machine/powerpc/atoufix32.c') diff --git a/newlib/libc/machine/powerpc/atoufix32.c b/newlib/libc/machine/powerpc/atoufix32.c index f3ef1d43a..ee29ac586 100644 --- a/newlib/libc/machine/powerpc/atoufix32.c +++ b/newlib/libc/machine/powerpc/atoufix32.c @@ -2,6 +2,8 @@ * Jeff Johnston - 02/13/2002 */ +#ifdef __SPE__ + #include #include <_ansi.h> @@ -23,3 +25,4 @@ _DEFUN (atoufix32, (s), #endif /* !_REENT_ONLY */ +#endif /* __SPE__ */ -- cgit v1.2.3