sparc.c (sparc_elf_asm_named_section): Declare decl unused.

* config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
	unused.

From-SVN: r156357
This commit is contained in:
Rainer Orth 2010-01-29 16:37:00 +00:00 committed by Rainer Orth
parent 93e520a2db
commit f9e06dbc62
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config/sparc/sparc.c (sparc_elf_asm_named_section): Declare decl
unused.
2010-01-29 Richard Guenther <rguenther@suse.de>
* tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.

View file

@ -7989,7 +7989,7 @@ sparc_profile_hook (int labelno)
#if defined (OBJECT_FORMAT_ELF) && !HAVE_GNU_AS
static void
sparc_elf_asm_named_section (const char *name, unsigned int flags,
tree decl)
tree decl ATTRIBUTE_UNUSED)
{
fprintf (asm_out_file, "\t.section\t\"%s\"", name);