m32c.h (TRAMPOLINE_ALIGNMENT): Correct misspelling of macro.

* config/m32c/m32c.h (TRAMPOLINE_ALIGNMENT): Correct misspelling
of macro.

From-SVN: r103928
This commit is contained in:
DJ Delorie 2005-09-05 22:32:26 -04:00 committed by DJ Delorie
parent cd64dc985a
commit dc019eb8fe
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-09-05 DJ Delorie <dj@redhat.com>
* config/m32c/m32c.h (TRAMPOLINE_ALIGNMENT): Correct misspelling
of macro.
2005-09-06 Kazu Hirata <kazu@codesourcery.com>
* gimplify.c, ipa-prop.h, varasm.c, config/vxlib.c,

View File

@ -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 */