summaryrefslogtreecommitdiff
path: root/gcc/config/fx80
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-03-14 05:17:01 +0000
committerRichard Stallman <rms@gnu.org>1992-03-14 05:17:01 +0000
commitb4ac57ab2925e9ccedcc0ea72cd7ce55bbcd6def (patch)
tree7becaa9e8ecc06df6386da81506f366d60982698 /gcc/config/fx80
parent5e3b99538d552be301a13a7fd552163d9e7dd5ae (diff)
downloadgcc-b4ac57ab2925e9ccedcc0ea72cd7ce55bbcd6def.tar.gz
*** empty log message ***
From-SVN: r478
Diffstat (limited to 'gcc/config/fx80')
-rw-r--r--gcc/config/fx80/fx80.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/fx80/fx80.h b/gcc/config/fx80/fx80.h
index 7bba5661606..806c3230b6b 100644
--- a/gcc/config/fx80/fx80.h
+++ b/gcc/config/fx80/fx80.h
@@ -138,7 +138,7 @@ extern int target_flags;
since there are no machine instructions for them. */
#define WORDS_BIG_ENDIAN 0
-/* number of bits in an addressible storage unit */
+/* number of bits in an addressable storage unit */
#define BITS_PER_UNIT 8
/* Width in bits of a "word", which is the contents of a machine register.
@@ -169,9 +169,9 @@ extern int target_flags;
/* No data type wants to be aligned rounder than this. */
#define BIGGEST_ALIGNMENT 16
-/* Define this if move instructions will actually fail to work
+/* Set this non-zero if move instructions will actually fail to work
when given unaligned data. */
-#define STRICT_ALIGNMENT
+#define STRICT_ALIGNMENT 1
/* Define number of bits in most basic integer type.
(If undefined, default is BITS_PER_WORD). */