------- Additional Comments From dj at redhat dot com  2005-09-06 02:34 -------
Subject: Re:  New: m32c.h has a typo


> Note the misspelled "ALIGMNENT".

Fixed.

2005-09-05  DJ Delorie  <[EMAIL PROTECTED]>

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

Index: config/m32c/m32c.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/m32c/m32c.h,v
retrieving revision 1.2
diff -p -U3 -r1.2 m32c.h
--- config/m32c/m32c.h  26 Jul 2005 13:53:52 -0000      1.2
+++ config/m32c/m32c.h  6 Sep 2005 02:31:03 -0000
@@ -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 */



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23746

Reply via email to