From dc019eb8fe462a85e65b52cfa945b361aaa2cb62 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Mon, 5 Sep 2005 22:32:26 -0400 Subject: [PATCH] m32c.h (TRAMPOLINE_ALIGNMENT): Correct misspelling of macro. * config/m32c/m32c.h (TRAMPOLINE_ALIGNMENT): Correct misspelling of macro. From-SVN: r103928 --- gcc/ChangeLog | 5 +++++ gcc/config/m32c/m32c.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c14950117c8..15c65078755 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-09-05 DJ Delorie + + * config/m32c/m32c.h (TRAMPOLINE_ALIGNMENT): Correct misspelling + of macro. + 2005-09-06 Kazu Hirata * gimplify.c, ipa-prop.h, varasm.c, config/vxlib.c, diff --git a/gcc/config/m32c/m32c.h b/gcc/config/m32c/m32c.h index fae6c5c9ffe..99968f9c442 100644 --- a/gcc/config/m32c/m32c.h +++ b/gcc/config/m32c/m32c.h @@ -517,7 +517,7 @@ typedef struct m32c_cumulative_args /* Trampolines for Nested Functions */ #define TRAMPOLINE_SIZE m32c_trampoline_size () -#define TRAMPOLINE_ALIGMNENT m32c_trampoline_alignment () +#define TRAMPOLINE_ALIGNMENT m32c_trampoline_alignment () #define INITIALIZE_TRAMPOLINE(a,fn,sc) m32c_initialize_trampoline (a, fn, sc) /* Addressing Modes */ -- 2.30.2