(HOST_FLOAT_WORDS_BIG_ENDIAN): Define to 1.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 19 Oct 1993 21:42:04 +0000 (17:42 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 19 Oct 1993 21:42:04 +0000 (17:42 -0400)
From-SVN: r5811

gcc/config/arm/xm-arm.h

index c8eaf0d..cece038 100644 (file)
@@ -36,6 +36,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define HOST_FLOAT_FORMAT IEEE_FLOAT_FORMAT
 
+#define HOST_FLOAT_WORDS_BIG_ENDIAN 1
+
 /* If not compiled with GNU C, use C alloca.  */
 #ifndef __GNUC__
 #define USE_C_ALLOCA