aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2013-01-03 16:53:54 +0000
committerH.J. Lu <hongjiu.lu@intel.com>2013-01-03 16:53:54 +0000
commit0dd8b1170c61088fd490b421aa65d9001a2065d0 (patch)
treeeee611d31cf540baf8fe105261c54f1a15343ffe /gcc/lto
parentf985b39c906ded26400ac8fedc3a319a012b9cc9 (diff)
Fix ChangeLog entry for PR lto/55466
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@194861 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/lto')
-rw-r--r--gcc/lto/ChangeLog7
1 files changed, 7 insertions, 0 deletions
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 <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>