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:
authorNick Clifton <nickc@redhat.com>2003-01-24 18:46:04 +0300
committerNick Clifton <nickc@redhat.com>2003-01-24 18:46:04 +0300
commit0127ae4041c28f9a591400dadeea3bc67fd45c86 (patch)
treed523395d0e1faba4603b2d896447386b9c022e81 /newlib/libc/include/machine/ieeefp.h
parent8bbcd9a1a5bd3648c93cebf277bc267d03eb8708 (diff)
Add sh2e support
Diffstat (limited to 'newlib/libc/include/machine/ieeefp.h')
-rw-r--r--newlib/libc/include/machine/ieeefp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/include/machine/ieeefp.h b/newlib/libc/include/machine/ieeefp.h
index bf3d4440b..3fcb9a4ee 100644
--- a/newlib/libc/include/machine/ieeefp.h
+++ b/newlib/libc/include/machine/ieeefp.h
@@ -94,7 +94,7 @@
#else
#define __IEEE_BIG_ENDIAN
#endif
-#if defined(__SH3E__) || defined(__SH4_SINGLE_ONLY__)
+#if defined(__SH2E__) || defined(__SH3E__) || defined(__SH4_SINGLE_ONLY__)
#define _DOUBLE_IS_32BITS
#endif
#endif