This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Bug target/23746] New: m32c.h has a typo


> Note the misspelled "ALIGMNENT".

Fixed.

2005-09-05  DJ Delorie  <dj@redhat.com>

       * 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 */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]