summaryrefslogtreecommitdiff
path: root/gcc/lto-section-in.c
diff options
context:
space:
mode:
authorak <ak@138bc75d-0d04-0410-961f-82ee72b054a4>2010-07-23 05:24:47 +0000
committerak <ak@138bc75d-0d04-0410-961f-82ee72b054a4>2010-07-23 05:24:47 +0000
commit2e29559996a5411d3dc6389fd604811fd939b132 (patch)
treea99bd6ea779f4924bed77c7106a713ecd132fffc /gcc/lto-section-in.c
parent0f80d8790868e762d901ddd11ef14872e88a5bdf (diff)
downloadgcc-2e29559996a5411d3dc6389fd604811fd939b132.tar.gz
2010-07-10 Andi Kleen <ak@linux.intel.com>
* lto-section-in.c (lto_section_name): Synchronize names with lto_get_section_name. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162440 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/lto-section-in.c')
-rw-r--r--gcc/lto-section-in.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/lto-section-in.c b/gcc/lto-section-in.c
index 72f1d3d84af..c8c3d4acfa2 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"