diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-08-11 15:49:48 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-08-11 15:49:48 +0000 |
commit | 341eb035d612d193ce673a50e8667e427584c470 (patch) | |
tree | d785777c73cbb4886fe2b957ec4d1a06cc55a683 /gcc/lto-section-in.c | |
parent | 7295252201f153126fc64f2bcca8cf755278d54c (diff) | |
download | gcc-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.c | 2 |
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" |