Fix ChangeLog entry for PR lto/55466

From-SVN: r194861
This commit is contained in:
H.J. Lu 2013-01-03 16:53:54 +00:00 committed by H.J. Lu
parent 99c4346a66
commit 49c01f87ba
2 changed files with 7 additions and 3 deletions

View File

@ -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>

View File

@ -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>