diff options
author | Andi Kleen <ak@linux.intel.com> | 2010-07-08 23:02:47 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2010-07-08 23:02:47 +0200 |
commit | 1df15c3d3a09de53400da2a844e2af40ca1dbc0c (patch) | |
tree | f69782c39be502aaece75d219163f3aa9599bf38 /gcc | |
parent | 930572b9069372c1729a5a66ca2ac9061024f62f (diff) | |
download | gcc-1df15c3d3a09de53400da2a844e2af40ca1dbc0c.zip gcc-1df15c3d3a09de53400da2a844e2af40ca1dbc0c.tar.gz gcc-1df15c3d3a09de53400da2a844e2af40ca1dbc0c.tar.bz2 |
lto-section-in.c (lto_section_name): Add missing comma.
* lto-section-in.c (lto_section_name): Add missing comma.
From-SVN: r161976
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/lto-section-in.c | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f1fe75b..e8f680e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-07-08 Andi Kleen <ak@linux.intel.com> + + * lto-section-in.c (lto_section_name): Add missing comma. + 2010-07-08 Anatoly Sokolov <aesok@post.ru> * config/ia64/ia64.h (OVERRIDE_OPTIONS): Remove macros. @@ -164,7 +168,7 @@ 2010-07-08 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> - PR bootstrap/44768 + PR bootstrap/44768 * cfgexpand.c (estimated_stack_frame_size): Make self-contained with respect to current_function_decl. Pass decl of the function. * tree-inline.h (estimated_stack_frame_size): Adjust prototype. @@ -408,7 +412,7 @@ PR middle-end/41355 * tree.c (build_function_type_skip_args): Copy the original type using - build_distinct_type_copy rather than copy_node. + build_distinct_type_copy rather than copy_node. 2010-07-07 H.J. Lu <hongjiu.lu@intel.com> diff --git a/gcc/lto-section-in.c b/gcc/lto-section-in.c index 7f4065e..72f1d3d 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", |