diff --git a/gcc/ChangeLog-2012 b/gcc/ChangeLog-2012 index ae21e02ff38..ee4c57444c3 100644 --- a/gcc/ChangeLog-2012 +++ b/gcc/ChangeLog-2012 @@ -790,9 +790,6 @@ PR lto/55466 * lto-symtab.c (lto_symtab_merge_decls_1): Don't record the prevailing variable. - * lto.c (lto_register_var_decl_in_symtab): Don't record static - variables. - (lto_main): Record the global variables if WPA isn't enabled. 2012-12-10 Richard Biener diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index 9e0de2a0691..061408fc0b8 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,10 @@ +2012-12-10 H.J. Lu + + PR lto/55466 + * lto.c (lto_register_var_decl_in_symtab): Don't record static + variables. + (lto_main): Record the global variables if WPA isn't enabled. + 2012-11-20 Diego Novillo Jakub Jelinek