diff options
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config/sparc/sparc.c | 2 | 
2 files changed, 6 insertions, 1 deletions
| diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b3483cb..3070240 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c index 42fbb9e..f48536f 100644 --- a/gcc/config/sparc/sparc.c +++ b/gcc/config/sparc/sparc.c @@ -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); | 
