From ccc0b2f9b51cbdc92aded8e71484d6b2b3e5fdfd Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 2 Aug 1999 14:06:07 +0000 Subject: [PATCH] Only define STRICT_ALIGNMENT if it is not already defined. From-SVN: r28402 --- gcc/ChangeLog | 5 +++++ gcc/config/v850/v850.h | 2 ++ 2 files changed, 7 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e213373257e6..462545c47854 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +1999-08-02 Nick Clifton + + * 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 diff --git a/gcc/config/v850/v850.h b/gcc/config/v850/v850.h index f6882e79da34..efffa918089d 100644 --- a/gcc/config/v850/v850.h +++ b/gcc/config/v850/v850.h @@ -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. -- 2.47.2