diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-04 01:14:51 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-04 01:14:51 +0000 |
commit | fd15895973887c7d54aaeef472c2eb28c319d5c0 (patch) | |
tree | 8994305bc3d2598446ce66896886db7939946118 /gcc/config/m32r | |
parent | 1af3e8b51d6be7a46d1366d0dceb0adaf3609230 (diff) | |
download | gcc-fd15895973887c7d54aaeef472c2eb28c319d5c0.tar.gz |
2005-05-04 Kelley Cook <kcook@gcc.gnu.org>
* config/m32r/xm-m32r.h: Don't define HOST_WORDS_BIG_ENDIAN.
* config/m32r/xm-linux.h: Don't undefine HOST_WORDS_BIG_ENDIAN.
* mips-tfile.c: Use WORDS_BIG_ENDIAN instead of HOST_WORDS_BIG_ENDIAN.
* aclocal.m4: Don't include accross.m4.
* configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.
Use AC_CHECK_SIZEOF instead of AC_COMPILE_CHECK_SIZEOF.
* configure, config.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99203 138bc75d-0d04-0410-961f-82ee72b054a4
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" |