Commit dc019eb8 by DJ Delorie Committed by DJ Delorie

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

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

From-SVN: r103928
parent cd64dc98
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,
......
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment