summaryrefslogtreecommitdiff
path: root/gcc/lto
diff options
context:
space:
mode:
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2013-01-03 16:53:54 +0000
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>2013-01-03 16:53:54 +0000
commitd95016350c10506281ecb1eb815af5a83b3324bd (patch)
treeeee611d31cf540baf8fe105261c54f1a15343ffe /gcc/lto
parent68fca41d679baef05c25eed8c83b1e3d31cf6f71 (diff)
downloadgcc-d95016350c10506281ecb1eb815af5a83b3324bd.tar.gz
Fix ChangeLog entry for PR lto/55466
git-svn-id: svn+ssh://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>