]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
PR ipa/59469
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Feb 2014 02:27:37 +0000 (02:27 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Feb 2014 02:27:37 +0000 (02:27 +0000)
* 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

gcc/ChangeLog

index 73a9bd7df50f4dc69a5338b40631d5ede0a8d438..43e9d9cd6fc07f3dd648a87bb896bb1168a9b7da 100644 (file)
@@ -1,3 +1,14 @@
+2014-02-06  Jan Hubicka  <hubicka@ucw.cz>
+
+       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  <hubicka@ucw.cz>
 
        * ggc.h (ggc_internal_cleared_alloc): New macro.