OSDN Git Service

* configure.ac (gcc_cv_ld_eh_gc_sections): Redirect objdump errors
[pf3gnuchains/gcc-fork.git] / lto-plugin / ChangeLog
index f241a66..df77128 100644 (file)
@@ -1,3 +1,79 @@
+2010-05-07  Richard Guenther <rguenther@suse.de>
+
+       * lto-plugin.c (free_2): Do not free resolution_file.
+       (write_resolution): Check that we were passed a resolution file.
+       (all_symbols_read_handler): Adjust.
+       (cleanup_handler): Do not remove the resolution file.
+       (process_option): Handle -fresolution=.
+
+2010-05-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       PR other/43620
+       * configure.ac (AM_INIT_AUTOMAKE): Add no-dist.
+       * Makefile.in: Regenerate.
+
+2010-04-23  Richard Guenther  <rguenther@suse.de>
+
+       PR lto/41550
+       * lto-plugin.c (parse_table_entry): Use xstrdup and xrealloc.
+       (translate): Likewise.
+       (all_symbols_read_handler): Likewise.
+       (claim_file_handler): Likewise.
+       (process_option): Likewise.
+       (add_output_files): Likewise.  Remove filename length limit.
+
+2010-04-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.in: Regenerate.
+       * aclocal.m4: Regenerate.
+
+2010-03-16  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
+
+       PR lto/43336
+       * lto-plugin.c (cleanup_handler): Delete temporary output files.
+
+2010-01-11  Richard Guenther  <rguenther@suse.de>
+
+       PR lto/41569
+       * Makefile.am: Disable dependencies.
+       * Makefile.in: Regenerated.
+
+2010-01-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR lto/42520
+       * lto-plugin.c (exec_lto_wrapper): Output lto-wrapper command
+       if -v is passed.
+
+2009-12-05  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR bootstrap/42306
+       * configure: Regenerated.
+       * Makefile.in: Likewise.
+
+2009-11-19  Rafael Avila de Espindola  <espindola@google.com>
+
+       PR bootstrap/42096
+       * lto-plugin.c (claim_file_handler): Print offsets in hex.
+
+2009-11-12  Rafael Avila de Espindola  <espindola@google.com>
+
+       * lto-plugin.c (write_resolution): Assume resolution_file is set.
+       Print the symbol name.
+       (all_symbols_read_handler): Create a resolution file.
+       Pass it to gcc.
+       (cleanup_handler): Remove the resolution file.
+       (process_option): Drop the -resolution option.
+
+2009-11-05  Rafael Avila de Espindola  <espindola@google.com>
+
+       * lto-plugin.c (temp_obj_dir_name): Remove.
+       (arguments_file_name): New.
+       (free_2): Free arguments_file_name instead of temp_obj_dir_name.
+       (exec_lto_wrapper):  Create arguments file with make_temp_file.
+       (cleanup_handler): Don't remove the temporary directory. Remove the
+       arguments file.
+       (onload): Don't create the temporary directory.
+
 2009-11-04  Richard Guenther  <rguenther@suse.de>
             Rafael Avila de Espindola  <espindola@google.com>