mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-26 19:36:07 +08:00
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:
parent
090fc3f4db
commit
0b394350ab
@ -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>
|
||||
|
||||
* MAINTAINERS (Write After Approval): Add myself.
|
||||
|
@ -50,13 +50,13 @@ const char *lto_section_name[LTO_N_SECTION_TYPES] =
|
||||
{
|
||||
"decls",
|
||||
"function_body",
|
||||
"static_initializer",
|
||||
"statics",
|
||||
"cgraph",
|
||||
"varpool",
|
||||
"vars",
|
||||
"refs",
|
||||
"jump_funcs",
|
||||
"ipa_pure_const",
|
||||
"ipa_reference",
|
||||
"jmpfuncs",
|
||||
"pureconst",
|
||||
"reference",
|
||||
"symtab",
|
||||
"opts",
|
||||
"cgraphopt"
|
||||
|
Loading…
Reference in New Issue
Block a user