Commit 15d0e7a0 by Jan Hubicka Committed by Jan Hubicka

lto-section-in.c (lto_section_name): Do not use "symtab" as part of symtab_node…

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
parent fcecf84f
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
......
......@@ -55,7 +55,7 @@ const char *lto_section_name[LTO_N_SECTION_TYPES] =
"jmpfuncs",
"pureconst",
"reference",
"symtab_nodes",
"symbol_nodes",
"opts",
"cgraphopt",
"inline"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment