* config/dfp-bit.h (LIBGCC2_WORDS_BIG_ENDIAN): Define.
authorBen Elliston <bje@au.ibm.com>
Mon, 6 Mar 2006 01:34:05 +0000 (01:34 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Mon, 6 Mar 2006 01:34:05 +0000 (12:34 +1100)
From-SVN: r111753

gcc/ChangeLog
gcc/config/dfp-bit.h

index 6d1858e..713be1a 100644 (file)
@@ -4,6 +4,7 @@
        x86_64-*-linux* configurations.
 
        * config/dfp-bit.h (CMPtype): Typedef to a word mode integer.
+       (LIBGCC2_WORDS_BIG_ENDIAN): Define.
 
 2006-03-05  Kazu Hirata  <kazu@codesourcery.com>
 
index c81e50f..a6c7798 100644 (file)
@@ -34,6 +34,10 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
 #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
 #endif