Commit c92f986f by Ben Elliston Committed by Ben Elliston

* config/dfp-bit.h (LIBGCC2_WORDS_BIG_ENDIAN): Define.

From-SVN: r111753
parent 8c82d484
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
x86_64-*-linux* configurations. x86_64-*-linux* configurations.
* config/dfp-bit.h (CMPtype): Typedef to a word mode integer. * config/dfp-bit.h (CMPtype): Typedef to a word mode integer.
(LIBGCC2_WORDS_BIG_ENDIAN): Define.
2006-03-05 Kazu Hirata <kazu@codesourcery.com> 2006-03-05 Kazu Hirata <kazu@codesourcery.com>
......
...@@ -34,6 +34,10 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA ...@@ -34,6 +34,10 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
#include "coretypes.h" #include "coretypes.h"
#include "tm.h" #include "tm.h"
#ifndef LIBGCC2_WORDS_BIG_ENDIAN
#define LIBGCC2_WORDS_BIG_ENDIAN WORDS_BIG_ENDIAN
#endif
#ifndef LIBGCC2_FLOAT_WORDS_BIG_ENDIAN #ifndef LIBGCC2_FLOAT_WORDS_BIG_ENDIAN
#define LIBGCC2_FLOAT_WORDS_BIG_ENDIAN LIBGCC2_WORDS_BIG_ENDIAN #define LIBGCC2_FLOAT_WORDS_BIG_ENDIAN LIBGCC2_WORDS_BIG_ENDIAN
#endif #endif
......
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