Add m32r support.

From-SVN: r89367
This commit is contained in:
Kazuhiro Inaoka 2004-10-21 09:36:47 +00:00 committed by Nick Clifton
parent 1fddb058e1
commit 2989a2f55b
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-10-21 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
* java/lang/ieeefp.h: Add m32r support.
2004-10-20 Andreas Schwab <schwab@suse.de>
* java/lang/natClass.cc (_Jv_LayoutVTableMethods): Cast pointers

View File

@ -32,6 +32,14 @@
#define __IEEE_BIG_ENDIAN
#endif
#ifdef __m32r__
#ifdef __LITTLE_ENDIAN__
#define __IEEE_LITTLE_ENDIAN
#else
#define __IEEE_BIG_ENDIAN
#endif
#endif
#if defined(__m68k__) || defined(__mc68000__)
#define __IEEE_BIG_ENDIAN
#endif