diff options
author | ak <ak@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-07-23 05:24:47 +0000 |
---|---|---|
committer | ak <ak@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-07-23 05:24:47 +0000 |
commit | 2e29559996a5411d3dc6389fd604811fd939b132 (patch) | |
tree | a99bd6ea779f4924bed77c7106a713ecd132fffc /gcc/lto-section-in.c | |
parent | 0f80d8790868e762d901ddd11ef14872e88a5bdf (diff) | |
download | gcc-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.c | 10 |
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" |