merge from gcc
This commit is contained in:
parent
e26f407edc
commit
0c480dea72
2 changed files with 7 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-10-23 Nathan Froyd <froydnj@codesourcery.com>
|
||||
|
||||
* dconfig.h (LIBGCC2_WORDS_BIG_ENDIAN): Delete.
|
||||
(LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Test __BYTE_ORDER__.
|
||||
|
||||
2010-09-10 Kai Tietz <kai.tietz@onevision.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
|
|
@ -28,12 +28,9 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
|||
#include "coretypes.h"
|
||||
#include "tm.h"
|
||||
|
||||
#ifndef LIBGCC2_WORDS_BIG_ENDIAN
|
||||
#define LIBGCC2_WORDS_BIG_ENDIAN WORDS_BIG_ENDIAN
|
||||
#endif
|
||||
|
||||
#ifndef LIBGCC2_FLOAT_WORDS_BIG_ENDIAN
|
||||
#define LIBGCC2_FLOAT_WORDS_BIG_ENDIAN LIBGCC2_WORDS_BIG_ENDIAN
|
||||
#define LIBGCC2_FLOAT_WORDS_BIG_ENDIAN \
|
||||
(__BYTE_ORDER__ != __ORDER_LITTLE_ENDIAN__)
|
||||
#endif
|
||||
|
||||
#if LIBGCC2_FLOAT_WORDS_BIG_ENDIAN
|
||||
|
|
Loading…
Reference in a new issue