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  <rguent...@suse.de>
 
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  <hongjiu...@intel.com>
+
+       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  <dnovi...@google.com>
            Jakub Jelinek  <ja...@redhat.com>
 

Reply via email to