From patchwork Thu Jan 3 16:54:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: PATCH: Fix ChangeLog entry for PR lto/55466 X-Patchwork-Submitter: "H.J. Lu" X-Patchwork-Id: 209283 Message-Id: <20130103165444.GA10622@intel.com> To: gcc-patches@gcc.gnu.org Date: Thu, 3 Jan 2013 08:54:44 -0800 From: "H.J. Lu" List-Id: Hi, I checked in this patch to fix ChangeLog entry for PR lto/55466. H.J. diff --git a/gcc/ChangeLog-2012 b/gcc/ChangeLog-2012 index ae21e02..ee4c574 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 9e0de2a..061408f 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