diff options
Diffstat (limited to 'gcc/config/moxie/moxie.h')
-rw-r--r-- | gcc/config/moxie/moxie.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/moxie/moxie.h b/gcc/config/moxie/moxie.h index 384bce4a986..928ca8838a7 100644 --- a/gcc/config/moxie/moxie.h +++ b/gcc/config/moxie/moxie.h @@ -1,5 +1,5 @@ /* Target Definitions for moxie. - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. Contributed by Anthony Green. This file is part of GCC. @@ -386,10 +386,10 @@ enum reg_class #define FUNCTION_PROFILER(FILE,LABELNO) (abort (), 0) /* Trampolines for Nested Functions. */ -#define TRAMPOLINE_SIZE (2 + 6 + 6 + 2 + 6) +#define TRAMPOLINE_SIZE (2 + 6 + 6 + 2 + 2 + 6) /* Alignment required for trampolines, in bits. */ -#define TRAMPOLINE_ALIGNMENT 16 +#define TRAMPOLINE_ALIGNMENT 32 /* An alias for the machine mode for pointers. */ #define Pmode SImode |