From: Martin Liska Date: Thu, 26 Jun 2014 13:07:29 +0000 (+0000) Subject: ChangeLog entry splitted to gcc/ChangeLog and gcc/lto/ChangeLog. X-Git-Tag: releases/gcc-5.1.0~6639 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e01fa630f7ea16113f040ad536cf1844a6498831;p=thirdparty%2Fgcc.git ChangeLog entry splitted to gcc/ChangeLog and gcc/lto/ChangeLog. From-SVN: r212029 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 31712fa4ce53..29d9d8884485 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -203,11 +203,6 @@ * lto-streamer-out.c (output_symbol_p): Likewise. * lto-streamer.h (referenced_from_this_partition_p): Argument type changed. - * lto/lto-partition.c (add_references_to_partition): New IPA REF function - used. - (add_symbol_to_partition_1): Likewise. - (lto_balanced_map): Likewise. - * lto/lto-symtab.c (lto_cgraph_replace_node): Likewise. * symtab.c: Implementation of new IPA REF API. * trans-mem.c (ipa_tm_create_version_alias): New IPA REF function used. (ipa_tm_create_version): Likewise. diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index 5911a0628619..7d2a0a65ecbc 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,11 @@ +2014-06-25 Martin Liska + + * lto/lto-partition.c (add_references_to_partition): New IPA REF function + used. + (add_symbol_to_partition_1): Likewise. + (lto_balanced_map): Likewise. + * lto/lto-symtab.c (lto_cgraph_replace_node): Likewise. + 2014-06-24 Jan Hubicka * lto.c (mentions_vars_p_decl_non_common): Move DECL_VINDEX check to ..