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:
parent
93e520a2db
commit
f9e06dbc62
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
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)
|
||||||
#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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue