summaryrefslogtreecommitdiff
path: root/gcc/config/elxsi
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 /gcc/config/elxsi
parentc6b3f1f25ff7623592b3bfac00a73030508febfd (diff)
downloadgcc-4851a75cfda0a51b712d832619028a05ef66be49.tar.gz
(BITS_BIG_ENDIAN): Define to zero.
From-SVN: r4316
Diffstat (limited to 'gcc/config/elxsi')
-rw-r--r--gcc/config/elxsi/elxsi.h2
1 files changed, 1 insertions, 1 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