diff options
author | Andi Kleen <ak@linux.intel.com> | 2010-07-23 05:24:47 +0000 |
---|---|---|
committer | Andi Kleen <ak@gcc.gnu.org> | 2010-07-23 05:24:47 +0000 |
commit | 0b394350ab1dfa58c6399b9683b034fddaeaa44f (patch) | |
tree | a99bd6ea779f4924bed77c7106a713ecd132fffc | |
parent | 090fc3f4db2b05936d6f05b6ae4228fb86374cd3 (diff) | |
download | gcc-0b394350ab1dfa58c6399b9683b034fddaeaa44f.zip gcc-0b394350ab1dfa58c6399b9683b034fddaeaa44f.tar.gz gcc-0b394350ab1dfa58c6399b9683b034fddaeaa44f.tar.bz2 |
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
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gcc/lto-section-in.c | 10 |
2 files changed, 10 insertions, 5 deletions
@@ -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. diff --git a/gcc/lto-section-in.c b/gcc/lto-section-in.c index 72f1d3d..c8c3d4a 100644 --- a/gcc/lto-section-in.c +++ b/gcc/lto-section-in.c @@ -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" |