OSDN Git Service

* tree.h (variable_section): Delete.
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Feb 2006 19:58:37 +0000 (19:58 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Feb 2006 19:58:37 +0000 (19:58 +0000)
* varasm.c (variable_section): Delete.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111369 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/tree.h
gcc/varasm.c

index dc570fd..39d9c78 100644 (file)
@@ -1,3 +1,8 @@
+2006-02-22  Richard Sandiford  <richard@codesourcery.com>
+
+       * tree.h (variable_section): Delete.
+       * varasm.c (variable_section): Delete.
+
 2006-02-22  Paolo Bonzini  <bonzini@gnu.org>
 
        * install.texi: Add notes on install.texi2html.
index 61a1d47..76e7612 100644 (file)
@@ -4381,7 +4381,6 @@ extern unsigned int update_alignment_for_field (record_layout_info, tree,
 extern void make_decl_rtl (tree);
 extern void make_decl_one_only (tree);
 extern int supports_one_only (void);
-extern void variable_section (tree, int);
 extern void resolve_unique_section (tree, int, int);
 extern void mark_referenced (tree);
 extern void mark_decl_referenced (tree);
index 4c957ba..f07ed39 100644 (file)
@@ -620,19 +620,6 @@ default_no_function_rodata_section (tree decl ATTRIBUTE_UNUSED)
   return readonly_data_section;
 }
 
-/* Switch to section for variable DECL.  RELOC is the same as the
-   argument to SELECT_SECTION.  */
-
-void
-variable_section (tree decl, int reloc)
-{
-  if (IN_NAMED_SECTION (decl))
-    switch_to_section (get_named_section (decl, NULL, reloc));
-  else
-    switch_to_section (targetm.asm_out.select_section (decl, reloc,
-                                                      DECL_ALIGN (decl)));
-}
-
 /* Return the section to use for string merging.  */
 
 static section *