lto-elf.c (lto_obj_file_open): Also provide filename when elf_begin fails.
[gcc.git] / gcc / lto / ChangeLog
index daaae9aa0e54fe2df343c83bb5f2c8892d05dd9b..59124ee34818a1ba094c172355570c1872532561 100644 (file)
@@ -1,3 +1,48 @@
+2010-09-18  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * lto-elf.c (lto_obj_file_open): Also provide filename when
+       elf_begin fails.
+
+2010-09-17  Jan Hubicka  <jh@suse.cz>
+
+       * lto.c (lto_promote_cross_file_statics): Use const_value_known.
+
+2010-09-17  Richard Guenther  <rguenther@suse.de>
+
+       * lang.opt (flag_wpa): Also enable for the driver.
+
+2010-09-16  Jan Hubicka  <jh@suse.cz>
+
+       * lto.c (lto_materialize_function): Do not tamper with STATIC and
+       EXTERNAL flags. 
+
+2010-09-15  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
+
+       * lto-tree.h (struct lang_type): Add variable_size GTY option.
+
+2010-09-08  Jan Hubicka  <jh@suse.cz>
+
+       * lto.c (real_file_count, real_file_decl_data): New static vars.
+       (read_cgraph_and_symbols): Use it.
+
+2010-09-08  Richard Guenther  <rguenther@suse.de>
+
+       * lto.c (read_cgraph_and_symbols): Collect again after each
+       file.
+
+2010-09-07  Jan Hubicka  <jh@suse.cz>
+
+       * lto.c (promote_var, promote_fn): Set DECL_VISIBILITY_SPECIFIED.
+
+2010-09-03  Richard Guenther  <rguenther@suse.de>
+
+       * lto-elf.c (validate_file): Always error if validation fails.
+
+2010-08-20  Jan Hubicka  <jh@suse.cz>
+
+       * lto.c (lto_1_to_1_map): Be prepared for node to have no file data.
+       (lto_wpa_write_files): Update comments.
+
 2010-08-20  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR bootstrap/45357