Commit 1df15c3d by Andi Kleen Committed by Uros Bizjak

lto-section-in.c (lto_section_name): Add missing comma.

	* lto-section-in.c (lto_section_name): Add missing comma.

From-SVN: r161976
parent 930572b9
2010-07-08 Andi Kleen <ak@linux.intel.com>
* lto-section-in.c (lto_section_name): Add missing comma.
2010-07-08 Anatoly Sokolov <aesok@post.ru>
* config/ia64/ia64.h (OVERRIDE_OPTIONS): Remove macros.
......
......@@ -54,7 +54,7 @@ const char *lto_section_name[LTO_N_SECTION_TYPES] =
"cgraph",
"varpool",
"refs",
"jump_funcs"
"jump_funcs",
"ipa_pure_const",
"ipa_reference",
"symtab",
......
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