summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1993-05-03 17:22:07 -0700
committerJim Wilson <wilson@gcc.gnu.org>1993-05-03 17:22:07 -0700
commit4851a75cfda0a51b712d832619028a05ef66be49 (patch)
tree3ddacee9d9f50f6ff2ce6d33fc3ef602e7136cc3
parentc6b3f1f25ff7623592b3bfac00a73030508febfd (diff)
downloadgcc-4851a75cfda0a51b712d832619028a05ef66be49.tar.gz
(BITS_BIG_ENDIAN): Define to zero.
From-SVN: r4316
-rw-r--r--gcc/config/elxsi/elxsi.h2
-rw-r--r--gcc/config/mips/mips.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/elxsi/elxsi.h b/gcc/config/elxsi/elxsi.h
index 029a1abdf6a..dec91f57a96 100644
--- a/gcc/config/elxsi/elxsi.h
+++ b/gcc/config/elxsi/elxsi.h
@@ -61,7 +61,7 @@ extern int target_flags;
/* Define this if most significant bit is lowest numbered
in instructions that operate on numbered bit-fields.
This is not true on the vax. */
-/* #define BITS_BIG_ENDIAN */
+#define BITS_BIG_ENDIAN 0
/* Define this if most significant byte of a word is the lowest numbered. */
#define BYTES_BIG_ENDIAN 1
diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h
index 5dd079766b4..ae8a1917129 100644
--- a/gcc/config/mips/mips.h
+++ b/gcc/config/mips/mips.h
@@ -862,7 +862,7 @@ do { \
/* Define this if most significant bit is lowest numbered
in instructions that operate on numbered bit-fields.
*/
-/* #define BITS_BIG_ENDIAN */
+#define BITS_BIG_ENDIAN 0
/* Define this if most significant byte of a word is the lowest numbered. */
#ifndef BYTES_BIG_ENDIAN