+2001-04-24 Nick Clifton <nickc@cambridge.redhat.com>
+
+ * config/v850/v850.h (STRICT_ALIGNMENT): Always set, even for the
+ v850e.
+
2001-04-23 Joseph S. Myers <jsm28@cam.ac.uk>
* c-convert.c (convert): When converting to a BOOLEAN_TYPE, avoid
/* Define this if move instructions will actually fail to work
when given unaligned data. */
-#ifndef STRICT_ALIGNMENT
-#define STRICT_ALIGNMENT TARGET_V850
-#endif
+#define STRICT_ALIGNMENT 1
/* Define this as 1 if `char' should by default be signed; else as 0.