aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2005-09-05 22:32:26 -0400
committerDJ Delorie <dj@gcc.gnu.org>2005-09-05 22:32:26 -0400
commitdc019eb8fe462a85e65b52cfa945b361aaa2cb62 (patch)
tree7ee7b81bcdaef14562f380fad53a046d58d2090e
parentcd64dc985a81b4eb80a238f633df9f8e9c40ed90 (diff)
downloadgcc-dc019eb8fe462a85e65b52cfa945b361aaa2cb62.zip
gcc-dc019eb8fe462a85e65b52cfa945b361aaa2cb62.tar.gz
gcc-dc019eb8fe462a85e65b52cfa945b361aaa2cb62.tar.bz2
m32c.h (TRAMPOLINE_ALIGNMENT): Correct misspelling of macro.
* config/m32c/m32c.h (TRAMPOLINE_ALIGNMENT): Correct misspelling of macro. From-SVN: r103928
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/m32c/m32c.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c149501..15c6507 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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,
diff --git a/gcc/config/m32c/m32c.h b/gcc/config/m32c/m32c.h
index fae6c5c..99968f9 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 */