aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/dfp-bit.h
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2006-03-06 01:34:05 +0000
committerBen Elliston <bje@gcc.gnu.org>2006-03-06 12:34:05 +1100
commitc92f986f5f313715fa9ebcb1237b2cd52172e714 (patch)
tree1f00330605c273f63a2b80e1f2b1d0b878fc86e0 /gcc/config/dfp-bit.h
parent8c82d48427ab87215f89044c692ce74161679138 (diff)
downloadgcc-c92f986f5f313715fa9ebcb1237b2cd52172e714.zip
gcc-c92f986f5f313715fa9ebcb1237b2cd52172e714.tar.gz
gcc-c92f986f5f313715fa9ebcb1237b2cd52172e714.tar.bz2
* config/dfp-bit.h (LIBGCC2_WORDS_BIG_ENDIAN): Define.
From-SVN: r111753
Diffstat (limited to 'gcc/config/dfp-bit.h')
-rw-r--r--gcc/config/dfp-bit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/dfp-bit.h b/gcc/config/dfp-bit.h
index c81e50f..a6c7798 100644
--- a/gcc/config/dfp-bit.h
+++ b/gcc/config/dfp-bit.h
@@ -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