Commit ccc0b2f9 by Nick Clifton Committed by Nick Clifton

Only define STRICT_ALIGNMENT if it is not already defined.

From-SVN: r28402
parent b3d9ecf0
1999-08-02 Nick Clifton <nickc@cygnus.com>
* config/v850/v850.h (STRICT_ALIGNMENT): Only define if not
already defined.
Mon Aug 2 03:38:33 1999 Jeffrey A Law (law@cygnus.com) Mon Aug 2 03:38:33 1999 Jeffrey A Law (law@cygnus.com)
* pa.c (legitimize_pic_address): Clarify comments. Do not call the * pa.c (legitimize_pic_address): Clarify comments. Do not call the
......
...@@ -301,7 +301,9 @@ extern struct small_memory_info small_memory[(int)SMALL_MEMORY_max]; ...@@ -301,7 +301,9 @@ extern struct small_memory_info small_memory[(int)SMALL_MEMORY_max];
/* Define this if move instructions will actually fail to work /* Define this if move instructions will actually fail to work
when given unaligned data. */ when given unaligned data. */
#ifndef STRICT_ALIGNMENT 1
#define STRICT_ALIGNMENT 1 #define STRICT_ALIGNMENT 1
#endif
/* Define this as 1 if `char' should by default be signed; else as 0. /* Define this as 1 if `char' should by default be signed; else as 0.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment