]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ip2k-protos.h: Remove the prototype for asm_output_section_name.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 21 Dec 2003 18:40:48 +0000 (18:40 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 21 Dec 2003 18:40:48 +0000 (18:40 +0000)
* config/ip2k/ip2k-protos.h: Remove the prototype for
asm_output_section_name.
* config/ip2k/ip2k.c (asm_output_section_name): Remove.

From-SVN: r74911

gcc/ChangeLog
gcc/config/ip2k/ip2k-protos.h
gcc/config/ip2k/ip2k.c

index 848d486c152c8d2428d8f08fc6f48126788c88b0..60ec86114f304e1201f1b5d25aea9f23ee96f332 100644 (file)
@@ -1,3 +1,9 @@
+2003-12-21  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/ip2k/ip2k-protos.h: Remove the prototype for
+       asm_output_section_name.
+       * config/ip2k/ip2k.c (asm_output_section_name): Remove.
+
 2003-12-21  Kazu Hirata  <kazu@cs.umass.edu>
 
        * alias.c: Fix comment formatting.
index e831f2f90a76ec4b4af8c204fc9f4e175fefc4f8..1c4355ff92cd3b638ad367431847038a52c3b3e4 100644 (file)
@@ -25,7 +25,6 @@ extern int find_one_clear_bit_p (HOST_WIDE_INT);
 
 #ifdef TREE_CODE
 extern void unique_section (tree, int);
-extern void asm_output_section_name (FILE *, tree, const char *, int);
 extern int valid_machine_type_attribute (tree, tree, tree, tree);
 extern int valid_machine_decl_attribute (tree, tree, tree, tree);
 extern int ip2k_return_pops_args (tree, tree, int);
index b8a9eedef34618475f99a936210fcce1bbc2f554..cb73b39234b016ab2c1ec362f23b9bf970766b6b 100644 (file)
@@ -3082,16 +3082,6 @@ unique_section (tree decl, int reloc ATTRIBUTE_UNUSED)
     }
 }
 
-
-/* Output section name to file FILE.  */
-
-void
-asm_output_section_name (FILE *file, tree decl ATTRIBUTE_UNUSED,
-                        const char *name, int reloc ATTRIBUTE_UNUSED)
-{
-  fprintf (file, ".section %s\n", name);
-}
-
 /* Return value is nonzero if pseudos that have been
    assigned to registers of class CLASS would likely be spilled
    because registers of CLASS are needed for spill registers.  */