mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 23:05:28 +08:00
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:
parent
98c0c68163
commit
12355aec53
@ -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.
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user