* lto-section-in.c (lto_section_name): Do not use "symtab" as part of
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Aug 2012 15:49:48 +0000 (15:49 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 Aug 2012 15:49:48 +0000 (15:49 +0000)
symtab_node sectoin name; it confuses plugin.

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

gcc/ChangeLog
gcc/lto-section-in.c

index 1aff59d..d627f9f 100644 (file)
@@ -1,3 +1,8 @@
+2012-08-11  Jan Hubicka  <jh@suse.cz>
+
+       * lto-section-in.c (lto_section_name): Do not use "symtab" as part of
+       symtab_node sectoin name; it confuses plugin.
+
 2012-08-11  Uros Bizjak  <ubizjak@gmail.com>
 
        * config/alpha/alpha.c (alpha_stdarg_optimize_hook): Shift DECL_UID
index 8d49765..8c743bb 100644 (file)
@@ -55,7 +55,7 @@ const char *lto_section_name[LTO_N_SECTION_TYPES] =
   "jmpfuncs",
   "pureconst",
   "reference",
-  "symtab_nodes",
+  "symbol_nodes",
   "opts",
   "cgraphopt",
   "inline"