diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2013-01-03 16:53:54 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2013-01-03 08:53:54 -0800 |
commit | 49c01f87ba0b28fa7021d75bfd4b68a75f15ab48 (patch) | |
tree | eee611d31cf540baf8fe105261c54f1a15343ffe | |
parent | 99c4346a66ed358d49097bb14d9b5cf27528d58e (diff) | |
download | gcc-49c01f87ba0b28fa7021d75bfd4b68a75f15ab48.zip gcc-49c01f87ba0b28fa7021d75bfd4b68a75f15ab48.tar.gz gcc-49c01f87ba0b28fa7021d75bfd4b68a75f15ab48.tar.bz2 |
Fix ChangeLog entry for PR lto/55466
From-SVN: r194861
-rw-r--r-- | gcc/ChangeLog-2012 | 3 | ||||
-rw-r--r-- | gcc/lto/ChangeLog | 7 |
2 files changed, 7 insertions, 3 deletions
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> |