public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/23746] New: m32c.h has a typo
@ 2005-09-06  1:55 kazu at gcc dot gnu dot org
  2005-09-06  2:34 ` [Bug target/23746] " dj at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: kazu at gcc dot gnu dot org @ 2005-09-06  1:55 UTC (permalink / raw)
  To: gcc-bugs

gcc/config/m32c/m32c.h contains:

#define TRAMPOLINE_ALIGMNENT m32c_trampoline_alignment ()

Note the misspelled "ALIGMNENT".

-- 
           Summary: m32c.h has a typo
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kazu at gcc dot gnu dot org
                CC: dj at redhat dot com,gcc-bugs at gcc dot gnu dot
                    org,nickc at redhat dot com


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/23746] m32c.h has a typo
  2005-09-06  1:55 [Bug target/23746] New: m32c.h has a typo kazu at gcc dot gnu dot org
@ 2005-09-06  2:34 ` dj at redhat dot com
  2005-09-06  2:35 ` dj at redhat dot com
  2005-09-07 14:09 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: dj at redhat dot com @ 2005-09-06  2:34 UTC (permalink / raw)
  To: gcc-bugs


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



-- 


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/23746] m32c.h has a typo
  2005-09-06  1:55 [Bug target/23746] New: m32c.h has a typo kazu at gcc dot gnu dot org
  2005-09-06  2:34 ` [Bug target/23746] " dj at redhat dot com
@ 2005-09-06  2:35 ` dj at redhat dot com
  2005-09-07 14:09 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: dj at redhat dot com @ 2005-09-06  2:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dj at redhat dot com  2005-09-06 02:35 -------
Obvious fix applied to HEAD.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug target/23746] m32c.h has a typo
  2005-09-06  1:55 [Bug target/23746] New: m32c.h has a typo kazu at gcc dot gnu dot org
  2005-09-06  2:34 ` [Bug target/23746] " dj at redhat dot com
  2005-09-06  2:35 ` dj at redhat dot com
@ 2005-09-07 14:09 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-09-07 14:09 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.0


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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-09-07 14:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-06  1:55 [Bug target/23746] New: m32c.h has a typo kazu at gcc dot gnu dot org
2005-09-06  2:34 ` [Bug target/23746] " dj at redhat dot com
2005-09-06  2:35 ` dj at redhat dot com
2005-09-07 14:09 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).