lto-section-in.c (lto_section_name): Do not use "symtab" as part of symtab_node secto...
authorJan Hubicka <jh@suse.cz>
Sat, 11 Aug 2012 15:49:48 +0000 (17:49 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 11 Aug 2012 15:49:48 +0000 (15:49 +0000)
* lto-section-in.c (lto_section_name): Do not use "symtab" as part of
symtab_node sectoin name; it confuses plugin.

From-SVN: r190317

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

index 1aff59d4a356e98548361f6363f1d7c39483a0a1..d627f9fae694a819c06dcdf47c946bd469e8ba00 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 8d49765b6a69bcafd4d25ef9049d17b1cb5ed955..8c743bb22f6ffd356f9a0970cf8ff6facf595bf8 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"