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/strtosfix16.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'newlib/libc/machine/powerpc/strtosfix16.c') diff --git a/newlib/libc/machine/powerpc/strtosfix16.c b/newlib/libc/machine/powerpc/strtosfix16.c index ad629978c..d3cfe0781 100644 --- a/newlib/libc/machine/powerpc/strtosfix16.c +++ b/newlib/libc/machine/powerpc/strtosfix16.c @@ -106,6 +106,8 @@ PORTABILITY The OS subroutines of <> are required. */ +#ifdef __SPE__ + #include <_ansi.h> #include #include @@ -204,3 +206,5 @@ _DEFUN (strtosfix16, (s, ptr, base), } #endif + +#endif /* __SPE__ */ -- cgit v1.2.3