m32c.h (TRAMPOLINE_ALIGNMENT): Correct misspelling of macro.
authorDJ Delorie <dj@redhat.com>
Tue, 6 Sep 2005 02:32:26 +0000 (22:32 -0400)
committerDJ Delorie <dj@gcc.gnu.org>
Tue, 6 Sep 2005 02:32:26 +0000 (22:32 -0400)
* config/m32c/m32c.h (TRAMPOLINE_ALIGNMENT): Correct misspelling
of macro.

From-SVN: r103928

gcc/ChangeLog
gcc/config/m32c/m32c.h

index c149501..15c6507 100644 (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,
index fae6c5c..99968f9 100644 (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 */