Always set STRICT_ALIGNMENT
authorNick Clifton <nickc@cambridge.redhat.com>
Tue, 24 Apr 2001 08:00:44 +0000 (08:00 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Tue, 24 Apr 2001 08:00:44 +0000 (08:00 +0000)
From-SVN: r41517

gcc/ChangeLog
gcc/config/v850/v850.h

index fca2bcffc1a1511f9f08902dc2b2144acd1b4102..a083a5b8ae76ab5a32c23dc9db9db1379de15ef0 100644 (file)
@@ -1,3 +1,8 @@
+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
index 3c364b8a89d195e97cc65a9c9db6de90c8449e89..5380d1e1f798f2bf3c21e0469fc53059bfcbdf79 100644 (file)
@@ -298,9 +298,7 @@ extern struct small_memory_info small_memory[(int)SMALL_MEMORY_max];
 
 /* 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.