diff options
Diffstat (limited to 'gcc/lto-section-in.c')
-rw-r--r-- | gcc/lto-section-in.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/lto-section-in.c b/gcc/lto-section-in.c index ad4077e04f3..8d49765b6a6 100644 --- a/gcc/lto-section-in.c +++ b/gcc/lto-section-in.c @@ -49,14 +49,13 @@ const char *lto_section_name[LTO_N_SECTION_TYPES] = "decls", "function_body", "statics", - "cgraph", - "vars", + "symtab", "refs", "asm", "jmpfuncs", "pureconst", "reference", - "symtab", + "symtab_nodes", "opts", "cgraphopt", "inline" |