summaryrefslogtreecommitdiff
path: root/gcc/lto-section-in.c
diff options
context:
space:
mode:
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2010-07-08 21:02:47 +0000
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2010-07-08 21:02:47 +0000
commitf0064c1bc19f62db6c2b1ac80be18bb7d0b7a6f1 (patch)
treef69782c39be502aaece75d219163f3aa9599bf38 /gcc/lto-section-in.c
parente81d24dd91d4fa3c81acf3188bde6744116c87ae (diff)
downloadgcc-f0064c1bc19f62db6c2b1ac80be18bb7d0b7a6f1.tar.gz
* lto-section-in.c (lto_section_name): Add missing comma.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161976 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/lto-section-in.c')
-rw-r--r--gcc/lto-section-in.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto-section-in.c b/gcc/lto-section-in.c
index 7f4065e6df6..72f1d3d84af 100644
--- a/gcc/lto-section-in.c
+++ b/gcc/lto-section-in.c
@@ -54,7 +54,7 @@ const char *lto_section_name[LTO_N_SECTION_TYPES] =
"cgraph",
"varpool",
"refs",
- "jump_funcs"
+ "jump_funcs",
"ipa_pure_const",
"ipa_reference",
"symtab",