Commit 0b394350 by Andi Kleen Committed by Andi Kleen

lto-section-in.c (lto_section_name): Synchronize names with lto_get_section_name.

2010-07-10   Andi Kleen <ak@linux.intel.com>

        * lto-section-in.c (lto_section_name): Synchronize names
        with lto_get_section_name.

From-SVN: r162440
parent 090fc3f4
2010-07-10 Andi Kleen <ak@linux.intel.com>
* lto-section-in.c (lto_section_name): Synchronize names
with lto_get_section_name.
2010-07-22 Andi Kleen <ak@linux.intel.com> 2010-07-22 Andi Kleen <ak@linux.intel.com>
* MAINTAINERS (Write After Approval): Add myself. * MAINTAINERS (Write After Approval): Add myself.
......
...@@ -50,13 +50,13 @@ const char *lto_section_name[LTO_N_SECTION_TYPES] = ...@@ -50,13 +50,13 @@ const char *lto_section_name[LTO_N_SECTION_TYPES] =
{ {
"decls", "decls",
"function_body", "function_body",
"static_initializer", "statics",
"cgraph", "cgraph",
"varpool", "vars",
"refs", "refs",
"jump_funcs", "jmpfuncs",
"ipa_pure_const", "pureconst",
"ipa_reference", "reference",
"symtab", "symtab",
"opts", "opts",
"cgraphopt" "cgraphopt"
......
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