Commit 12355aec by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

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
parent 98c0c681
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.
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment