]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/mcore/mcore.c
configure.ac: Check for COMDAT support.
[thirdparty/gcc.git] / gcc / config / mcore / mcore.c
index d121848209a519828c4ad5b73eac045c0e26b354..bdcbde99de57632fc1661f40ba271e46fb2088fa 100644 (file)
@@ -138,7 +138,7 @@ const struct attribute_spec mcore_attribute_table[];
 static tree       mcore_handle_naked_attribute  (tree *, tree, tree, int, bool *);
 #ifdef OBJECT_FORMAT_ELF
 static void      mcore_asm_named_section       (const char *,
-                                                       unsigned int);
+                                                unsigned int, tree);
 #endif
 static void       mcore_unique_section         (tree, int);
 static void mcore_encode_section_info          (tree, rtx, int);
@@ -3424,7 +3424,9 @@ mcore_naked_function_p (void)
 
 #ifdef OBJECT_FORMAT_ELF
 static void
-mcore_asm_named_section (const char *name, unsigned int flags ATTRIBUTE_UNUSED)
+mcore_asm_named_section (const char *name, 
+                        unsigned int flags ATTRIBUTE_UNUSED,
+                        tree decl ATTRIBUTE_UNUSED)
 {
   fprintf (asm_out_file, "\t.section %s\n", name);
 }