Browse Source

merge from gcc

binutils-2_21-branch
DJ Delorie 16 years ago
parent
commit
0c480dea72
  1. 5
      libdecnumber/ChangeLog
  2. 7
      libdecnumber/dconfig.h

5
libdecnumber/ChangeLog

@ -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.

7
libdecnumber/dconfig.h

@ -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…
Cancel
Save