]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix ChangeLog entry for PR lto/55466
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 3 Jan 2013 16:53:54 +0000 (16:53 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Thu, 3 Jan 2013 16:53:54 +0000 (08:53 -0800)
From-SVN: r194861

gcc/ChangeLog-2012
gcc/lto/ChangeLog

index ae21e02ff38a235a8a0247ee3659a3198113435b..ee4c57444c3090bba6435868dcd3a128adb7bf00 100644 (file)
        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>
 
index 9e0de2a0691da1848a50413c7e9da9251e55df0a..061408fc0b8eec60b7e2780740964de5abaf5a64 100644 (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>