* tree-core.h (tree_decl_with_vis): Remove section_name.
authorJan Hubicka <hubicka@ucw.cz>
Mon, 9 Jun 2014 05:22:36 +0000 (07:22 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 9 Jun 2014 05:22:36 +0000 (05:22 +0000)
From-SVN: r211365

gcc/ChangeLog
gcc/tree-core.h

index 2df8ce283eb74e99d0a5121af75f350c565fd310..567a237a702b85b93bb35ccbda0e3987992abaee 100644 (file)
@@ -1,3 +1,7 @@
+2014-06-09  Jan Hubicka  <hubicka@ucw.cz>
+
+       * tree-core.h (tree_decl_with_vis): Remove section_name.
+
 2014-06-09  Kito Cheng  <kito@0xlab.org>
 
        * ira.c (ira): Don't call init_caller_save if LRA enabled
index ebe584939f7231b0159f92f64c3862380330c08a..b1bc0cef9f0dbca3b9184672111b4fa224e97b05 100644 (file)
@@ -1441,7 +1441,6 @@ struct GTY(()) tree_parm_decl {
 struct GTY(()) tree_decl_with_vis {
  struct tree_decl_with_rtl common;
  tree assembler_name;
- tree section_name;
  struct symtab_node *symtab_node;
 
  /* Belong to VAR_DECL exclusively.  */