diff options
Diffstat (limited to 'gcc/config/gmicro/gmicro.h')
-rw-r--r-- | gcc/config/gmicro/gmicro.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/gmicro/gmicro.h b/gcc/config/gmicro/gmicro.h index fdfc2eb..2a6236a 100644 --- a/gcc/config/gmicro/gmicro.h +++ b/gcc/config/gmicro/gmicro.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GNU compiler. Gmicro (TRON) version. - Copyright (C) 1987, 88, 89, 95-98, 1999 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 89, 95-99, 2000 Free Software Foundation, Inc. Contributed by Masanobu Yuhara, Fujitsu Laboratories LTD. (yuhara@flab.fujitsu.co.jp) @@ -168,7 +168,7 @@ extern int target_flags; Unaligned data is allowed on Gmicro, though the access is slow. */ #define STRICT_ALIGNMENT 1 -#define SLOW_UNALIGNED_ACCESS 1 +#define SLOW_UNALIGNED_ACCESS(MODE, ALIGN) 1 /* Make strings word-aligned so strcpy from constants will be faster. */ #define CONSTANT_ALIGNMENT(EXP, ALIGN) \ |