Commit e8d49b5b by Tom Tromey Committed by Tom Tromey

ieeefp.h (__IEEE_LITTLE_ENDIAN): Define for alpha.

	* java/lang/ieeefp.h (__IEEE_LITTLE_ENDIAN): Define for alpha.
	From Jeff Sturm.

From-SVN: r27671
parent 139386ba
1999-06-21 Tom Tromey <tromey@cygnus.com> 1999-06-21 Tom Tromey <tromey@cygnus.com>
* java/lang/ieeefp.h (__IEEE_LITTLE_ENDIAN): Define for alpha.
From Jeff Sturm.
* Makefile.in: Rebuilt. * Makefile.in: Rebuilt.
* Makefile.am (toolexeclibdir): Define as libdir when * Makefile.am (toolexeclibdir): Define as libdir when
appropriate. appropriate.
......
#ifndef __IEEE_BIG_ENDIAN #ifndef __IEEE_BIG_ENDIAN
#ifndef __IEEE_LITTLE_ENDIAN #ifndef __IEEE_LITTLE_ENDIAN
#ifdef __alpha__
#define __IEEE_LITTLE_ENDIAN
#endif
#ifdef __arm__ #ifdef __arm__
/* ARM always has big-endian words. Within those words the byte ordering /* ARM always has big-endian words. Within those words the byte ordering
appears to be big or little endian. Newlib doesn't seem to care about appears to be big or little endian. Newlib doesn't seem to care about
......
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