diff options
author | Nathan Froyd <froydnj@codesourcery.com> | 2010-11-24 23:29:41 +0000 |
---|---|---|
committer | Nathan Froyd <froydnj@gcc.gnu.org> | 2010-11-24 23:29:41 +0000 |
commit | a3abe41c30c8f779e203452a0b31a33b825565c7 (patch) | |
tree | f82e67116455c990ac9fdc580e1af29b8e486995 /libgcc/ChangeLog | |
parent | fb9041eab317593ef2d1b38b2258d17e5e17bb6c (diff) | |
download | gcc-a3abe41c30c8f779e203452a0b31a33b825565c7.zip gcc-a3abe41c30c8f779e203452a0b31a33b825565c7.tar.gz gcc-a3abe41c30c8f779e203452a0b31a33b825565c7.tar.bz2 |
cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __FLOAT_WORD_ORDER__ according to FLOAT_WORDS_BIG_ENDIAN.
gcc/
* cppbuiltin.c (define_builtin_macros_for_type_sizes): Define
__FLOAT_WORD_ORDER__ according to FLOAT_WORDS_BIG_ENDIAN.
* config/dfp-bit.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Delete.
* doc/cpp.texi (__FLOAT_WORD_ORDER__): Document.
* system.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Poison.
libgcc/
* config/libbid/bid_conf.h (BID_BIG_ENDIAN): Define in terms of
__FLOAT_WORD_ORDER__.
* config/libbid/bid_gcc_intrinsics.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN):
Delete.
libdecnumber/
* dconfig.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): Delete.
(WORDS_BIG_ENDIAN): Define based on value of __FLOAT_WORD_ORDER__.
From-SVN: r167129
Diffstat (limited to 'libgcc/ChangeLog')
-rw-r--r-- | libgcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 0f18b56..0e31d98 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,10 @@ +2010-11-24 Nathan Froyd <froydnj@codesourcery.com> + + * config/libbid/bid_conf.h (BID_BIG_ENDIAN): Define in terms of + __FLOAT_WORD_ORDER__. + * config/libbid/bid_gcc_intrinsics.h (LIBGCC2_FLOAT_WORDS_BIG_ENDIAN): + Delete. + 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> PR other/46202 |