From patchwork Sat Jul 10 11:41:53 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/4] Rename lto_section_names to match lto_get_section_name Date: Sat, 10 Jul 2010 01:41:53 -0000 From: Andi Kleen X-Patchwork-Id: 58475 Message-Id: <20100710114153.E00E9B24FE@basil.firstfloor.org> To: gcc-patches@gcc.gnu.org The lto_section_names array was out of sync with the names used by lto_get_section_name. Fix the two to match. 2010-07-10 Andi Kleen * lto-section-in.c (lto_section_name): Synchronize names with lto_get_section_name. 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"