summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/powerpc/atosfix16.c
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2003-04-16 15:45:29 +0000
committerJeff Johnston <jjohnstn@redhat.com>2003-04-16 15:45:29 +0000
commit57ff95d35bbcb72c45648968b4d7e3b5be1e71e5 (patch)
treed80f8632261215f9d2a9a959de9716fa553dc450 /newlib/libc/machine/powerpc/atosfix16.c
parent8425a8ce499b9e9d15ff13d44d19f4b5cafbeb67 (diff)
downloadcygnal-57ff95d35bbcb72c45648968b4d7e3b5be1e71e5.tar.gz
cygnal-57ff95d35bbcb72c45648968b4d7e3b5be1e71e5.tar.bz2
cygnal-57ff95d35bbcb72c45648968b4d7e3b5be1e71e5.zip
2003-04-16 Jeff Johnston <jjohnstn@redhat.com>
* 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.
Diffstat (limited to 'newlib/libc/machine/powerpc/atosfix16.c')
-rw-r--r--newlib/libc/machine/powerpc/atosfix16.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/libc/machine/powerpc/atosfix16.c b/newlib/libc/machine/powerpc/atosfix16.c
index 819c2f068..501c0f1cb 100644
--- a/newlib/libc/machine/powerpc/atosfix16.c
+++ b/newlib/libc/machine/powerpc/atosfix16.c
@@ -79,6 +79,8 @@ PORTABILITY
* Jeff Johnston - 02/13/2002
*/
+#ifdef __SPE__
+
#include <stdlib.h>
#include <_ansi.h>
@@ -100,3 +102,4 @@ _DEFUN (atosfix16, (s),
#endif /* !_REENT_ONLY */
+#endif /* __SPE__ */