aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-section-in.c
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2012-08-11 17:49:48 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2012-08-11 15:49:48 +0000
commit15d0e7a00b8e66733fd81645a8ce37e612dcbe93 (patch)
treed785777c73cbb4886fe2b957ec4d1a06cc55a683 /gcc/lto-section-in.c
parentfcecf84ffc40bf46ebaa9583bacf4e945ea6306c (diff)
downloadgcc-15d0e7a00b8e66733fd81645a8ce37e612dcbe93.zip
gcc-15d0e7a00b8e66733fd81645a8ce37e612dcbe93.tar.gz
gcc-15d0e7a00b8e66733fd81645a8ce37e612dcbe93.tar.bz2
lto-section-in.c (lto_section_name): Do not use "symtab" as part of symtab_node sectoin name; it confuses plugin.
* lto-section-in.c (lto_section_name): Do not use "symtab" as part of symtab_node sectoin name; it confuses plugin. From-SVN: r190317
Diffstat (limited to 'gcc/lto-section-in.c')
-rw-r--r--gcc/lto-section-in.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto-section-in.c b/gcc/lto-section-in.c
index 8d49765..8c743bb 100644
--- a/gcc/lto-section-in.c
+++ b/gcc/lto-section-in.c
@@ -55,7 +55,7 @@ const char *lto_section_name[LTO_N_SECTION_TYPES] =
"jmpfuncs",
"pureconst",
"reference",
- "symtab_nodes",
+ "symbol_nodes",
"opts",
"cgraphopt",
"inline"