diff options
Diffstat (limited to 'gcc/config/m32r')
-rw-r--r-- | gcc/config/m32r/xm-linux.h | 4 | ||||
-rw-r--r-- | gcc/config/m32r/xm-m32r.h | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/m32r/xm-linux.h b/gcc/config/m32r/xm-linux.h index 1c6f4629798..ed7fb68caef 100644 --- a/gcc/config/m32r/xm-linux.h +++ b/gcc/config/m32r/xm-linux.h @@ -20,7 +20,3 @@ #include <m32r/xm-m32r.h> #include <xm-linux.h> - -/* Doubles are stored in memory with the high order word first. - This matters when cross-compiling. */ -#undef HOST_WORDS_BIG_ENDIAN diff --git a/gcc/config/m32r/xm-m32r.h b/gcc/config/m32r/xm-m32r.h index c7b006ae3b5..4fd6c06af71 100644 --- a/gcc/config/m32r/xm-m32r.h +++ b/gcc/config/m32r/xm-m32r.h @@ -25,10 +25,6 @@ #define HOST_BITS_PER_LONG 32 #define HOST_BITS_PER_LONGLONG 64 -/* Doubles are stored in memory with the high order word first. - This matters when cross-compiling. */ -#define HOST_WORDS_BIG_ENDIAN 1 - /* target machine dependencies. tm.h is a symbolic link to the actual target specific file. */ #include "tm.h" |