diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-03-14 05:17:01 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-03-14 05:17:01 +0000 |
commit | bdf74c8ad6addc6c995f16f006b94a51b3c769ee (patch) | |
tree | 7becaa9e8ecc06df6386da81506f366d60982698 /gcc/config/fx80/fx80.h | |
parent | 8332314f14f920ceda54015d4273650c531bd738 (diff) | |
download | gcc-bdf74c8ad6addc6c995f16f006b94a51b3c769ee.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@478 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/fx80/fx80.h')
-rw-r--r-- | gcc/config/fx80/fx80.h | 6 |
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). */ |