mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-07 19:27:40 +08:00
ieeefp.h (__IEEE_LITTLE_ENDIAN): Define for alpha.
* java/lang/ieeefp.h (__IEEE_LITTLE_ENDIAN): Define for alpha. From Jeff Sturm. From-SVN: r27671
This commit is contained in:
parent
139386ba56
commit
e8d49b5b5e
@ -1,5 +1,8 @@
|
||||
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.am (toolexeclibdir): Define as libdir when
|
||||
appropriate.
|
||||
|
@ -1,6 +1,10 @@
|
||||
#ifndef __IEEE_BIG_ENDIAN
|
||||
#ifndef __IEEE_LITTLE_ENDIAN
|
||||
|
||||
#ifdef __alpha__
|
||||
#define __IEEE_LITTLE_ENDIAN
|
||||
#endif
|
||||
|
||||
#ifdef __arm__
|
||||
/* 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
|
||||
|
Loading…
Reference in New Issue
Block a user