Commit 2989a2f5 by Kazuhiro Inaoka Committed by Nick Clifton

Add m32r support.

From-SVN: r89367
parent 1fddb058
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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment