OSDN Git Service

* config/sh/sh.c (sh_asm_named_section): Fix typo in align
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 Aug 2001 02:08:24 +0000 (02:08 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 5 Aug 2001 02:08:24 +0000 (02:08 +0000)
parameter in last change.

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

gcc/ChangeLog
gcc/config/sh/sh.c

index c45b705..20d1dd8 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-04  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       * config/sh/sh.c (sh_asm_named_section): Fix typo in align
+       parameter in last change.
+
 2001-08-04  Zack Weinberg  <zackw@panix.com>
 
        * sparc.md: Don't use #if inside C test expression.
index 6c2104f..c67ce81 100644 (file)
@@ -5562,7 +5562,7 @@ static void
 sh_asm_named_section (name, flags, align)
      const char *name;
      unsigned int flags ATTRIBUTE_UNUSED;
-     unsigned int flags ATTRIBUTE_UNUSED;
+     unsigned int align ATTRIBUTE_UNUSED;
 {
   /* ??? Perhaps we should be using default_coff_asm_named_section.  */
   fprintf (asm_out_file, "\t.section %s\n", name);