Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2006-08-17 01:39:43 +0400
committerJeff Johnston <jjohnstn@redhat.com>2006-08-17 01:39:43 +0400
commit734e8414355b9e4c3c95ccfc9c72aa813d83d89a (patch)
treea9b32a7a4b1efd1e534737ab926567e0dc1e2869 /newlib/libc/include/machine/ieeefp.h
parent0486bb7f0d8906f15ce2bb16936d40d07990e8a8 (diff)
2006-08-16 Joel Schopp <jschopp@austin.ibm.com>
* configure.host: Add spu support. * libc/include/stdint.h: Ditto. * libc/include/machine/ieeefp.h: Ditto. * libc/include/machine/setjmp.h: Ditto. * libc/include/sys/config.h: Ditto. * libc/include/sys/types.h: Ditto. * libc/machine/spu/Makefile.am: New file. * libc/machine/spu/Makefile.in: Ditto. * libc/machine/spu/aclocal.m4: Ditto. * libc/machine/spu/configure: Ditto. * libc/machine/spu/configure.in: Ditto. * libc/machine/spu/memcpy.c: Ditto. * libc/machine/spu/setjmp.S: Ditto.
Diffstat (limited to 'newlib/libc/include/machine/ieeefp.h')
-rw-r--r--newlib/libc/include/machine/ieeefp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/libc/include/machine/ieeefp.h b/newlib/libc/include/machine/ieeefp.h
index dcd6cdf3a..6a8b6c626 100644
--- a/newlib/libc/include/machine/ieeefp.h
+++ b/newlib/libc/include/machine/ieeefp.h
@@ -73,6 +73,11 @@
#define __IEEE_BIG_ENDIAN
#endif
+#ifdef __SPU__
+#define __IEEE_BIG_ENDIAN
+#endif
+
+
#ifdef __sparc__
#ifdef __LITTLE_ENDIAN_DATA__
#define __IEEE_LITTLE_ENDIAN