Commit f9e06dbc by Rainer Orth Committed by Rainer Orth

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
parent 93e520a2
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> 2010-01-29 Richard Guenther <rguenther@suse.de>
* tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute. * tree-ssa-ccp.c (ccp_fold_stmt): Unshare values we substitute.
......
...@@ -7989,7 +7989,7 @@ sparc_profile_hook (int labelno) ...@@ -7989,7 +7989,7 @@ sparc_profile_hook (int labelno)
#if defined (OBJECT_FORMAT_ELF) && !HAVE_GNU_AS #if defined (OBJECT_FORMAT_ELF) && !HAVE_GNU_AS
static void static void
sparc_elf_asm_named_section (const char *name, unsigned int flags, 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); fprintf (asm_out_file, "\t.section\t\"%s\"", 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