diff options
author | Jan Hubicka <jh@suse.cz> | 2012-08-11 17:49:48 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2012-08-11 15:49:48 +0000 |
commit | 15d0e7a00b8e66733fd81645a8ce37e612dcbe93 (patch) | |
tree | d785777c73cbb4886fe2b957ec4d1a06cc55a683 /gcc/lto-section-in.c | |
parent | fcecf84ffc40bf46ebaa9583bacf4e945ea6306c (diff) | |
download | gcc-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.c | 2 |
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" |