Only define STRICT_ALIGNMENT if it is not already defined.
From-SVN: r28402
This commit is contained in:
parent
b3d9ecf00b
commit
ccc0b2f9b5
@ -1,3 +1,8 @@
|
||||
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)
|
||||
|
||||
* 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];
|
||||
|
||||
/* Define this if move instructions will actually fail to work
|
||||
when given unaligned data. */
|
||||
#ifndef STRICT_ALIGNMENT 1
|
||||
#define STRICT_ALIGNMENT 1
|
||||
#endif
|
||||
|
||||
/* Define this as 1 if `char' should by default be signed; else as 0.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user