diff mbox

PATCH: Fix ChangeLog entry for PR lto/55466

Message ID 20130103165444.GA10622@intel.com
State New
Headers show

Commit Message

H.J. Lu Jan. 3, 2013, 4:54 p.m. UTC
Hi,

I checked in this patch to fix ChangeLog entry for PR lto/55466.


H.J.
---
diff mbox

Patch

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  <rguenther@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.lu@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  <dnovillo@google.com>
 	    Jakub Jelinek  <jakub@redhat.com>