summaryrefslogtreecommitdiff
path: root/gcc/lto-section-in.c
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2012-08-11 15:49:48 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2012-08-11 15:49:48 +0000
commit341eb035d612d193ce673a50e8667e427584c470 (patch)
treed785777c73cbb4886fe2b957ec4d1a06cc55a683 /gcc/lto-section-in.c
parent7295252201f153126fc64f2bcca8cf755278d54c (diff)
downloadgcc-341eb035d612d193ce673a50e8667e427584c470.tar.gz
* lto-section-in.c (lto_section_name): Do not use "symtab" as part of
symtab_node sectoin name; it confuses plugin. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190317 138bc75d-0d04-0410-961f-82ee72b054a4
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 8d49765b6a6..8c743bb22f6 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"