From: hubicka Date: Fri, 7 Feb 2014 02:27:37 +0000 (+0000) Subject: PR ipa/59469 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=99b4edde3899638c2cafad771355fcaedba8cea1;p=thirdparty%2Fgcc.git PR ipa/59469 * lto-cgraph.c (lto_output_node): Use symtab_get_symbol_partitioning_class. (lto_output_varpool_node): likewise. (symtab_get_symbol_partitioning_class): Move here from lto/lto-partition.c * cgraph.h (symbol_partitioning_class): Likewise. (symtab_get_symbol_partitioning_class): Declare. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207590 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 73a9bd7df50f..43e9d9cd6fc0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,14 @@ +2014-02-06 Jan Hubicka + + PR ipa/59469 + * lto-cgraph.c (lto_output_node): Use + symtab_get_symbol_partitioning_class. + (lto_output_varpool_node): likewise. + (symtab_get_symbol_partitioning_class): Move here from + lto/lto-partition.c + * cgraph.h (symbol_partitioning_class): Likewise. + (symtab_get_symbol_partitioning_class): Declare. + 2014-02-06 Jan Hubicka * ggc.h (ggc_internal_cleared_alloc): New macro.