From: Andi Kleen Date: Fri, 23 Jul 2010 05:24:47 +0000 (+0000) Subject: lto-section-in.c (lto_section_name): Synchronize names with lto_get_section_name. X-Git-Tag: releases/gcc-4.6.0~5489 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b394350ab1dfa58c6399b9683b034fddaeaa44f;p=thirdparty%2Fgcc.git lto-section-in.c (lto_section_name): Synchronize names with lto_get_section_name. 2010-07-10 Andi Kleen * lto-section-in.c (lto_section_name): Synchronize names with lto_get_section_name. From-SVN: r162440 --- diff --git a/ChangeLog b/ChangeLog index d7718163dcb7..4e31de52ad36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-07-10 Andi Kleen + + * lto-section-in.c (lto_section_name): Synchronize names + with lto_get_section_name. + 2010-07-22 Andi Kleen * 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"