]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/m32c/m32c.h (TRAMPOLINE_ALIGNMENT): Correct misspelling
authordj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Sep 2005 02:32:26 +0000 (02:32 +0000)
committerdj <dj@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 6 Sep 2005 02:32:26 +0000 (02:32 +0000)
of macro.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103928 138bc75d-0d04-0410-961f-82ee72b054a4

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

index c14950117c81c0618ac922f3388324b9a62115a8..15c65078755692b38263e6528ee44d986ca8b3d7 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 fae6c5c9ffea5a9660101e4abd761a88f0fed0ee..99968f9c44200d6c29a2f081a2f8085f3b41aaa1 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 */