From 0b394350ab1dfa58c6399b9683b034fddaeaa44f Mon Sep 17 00:00:00 2001 From: Andi Kleen <ak@linux.intel.com> Date: Fri, 23 Jul 2010 05:24:47 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ gcc/lto-section-in.c | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index d7718163dcb7..4e31de52ad36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 72f1d3d84af5..c8c3d4acfa24 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" -- GitLab