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
This commit is contained in:
Andi Kleen 2010-07-23 05:24:47 +00:00 committed by Andi Kleen
parent 090fc3f4db
commit 0b394350ab
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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"