sh.c (sh_asm_named_section): Fix typo in align parameter in last change.

* config/sh/sh.c (sh_asm_named_section): Fix typo in align
	parameter in last change.

From-SVN: r44640
This commit is contained in:
Hans-Peter Nilsson 2001-08-05 02:08:24 +00:00 committed by Hans-Peter Nilsson
parent 98c0c68163
commit 12355aec53
2 changed files with 6 additions and 1 deletions

View 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.

View 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);