X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=lto-plugin%2FChangeLog;h=42e50229202760a374e44e64bcb0e52c8de1547e;hb=a93e05ac6cd515e27372a57c4e919482a92b933f;hp=14cd087497125e529c378893430e4b529fef5b42;hpb=c5be59fe41314ca3c22155f41e40d745f414d707;p=pf3gnuchains%2Fgcc-fork.git diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog index 14cd0874971..42e50229202 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,3 +1,92 @@ +2010-04-23 Richard Guenther + + 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 + + * Makefile.in: Regenerate. + * aclocal.m4: Regenerate. + +2010-03-16 Dmitry Gorbachev + + PR lto/43336 + * lto-plugin.c (cleanup_handler): Delete temporary output files. + +2010-01-11 Richard Guenther + + PR lto/41569 + * Makefile.am: Disable dependencies. + * Makefile.in: Regenerated. + +2010-01-03 H.J. Lu + + PR lto/42520 + * lto-plugin.c (exec_lto_wrapper): Output lto-wrapper command + if -v is passed. + +2009-12-05 H.J. Lu + + PR bootstrap/42306 + * configure: Regenerated. + * Makefile.in: Likewise. + +2009-11-19 Rafael Avila de Espindola + + PR bootstrap/42096 + * lto-plugin.c (claim_file_handler): Print offsets in hex. + +2009-11-12 Rafael Avila de Espindola + + * 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 + + * 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 + Rafael Avila de Espindola + + * lto-plugin.c (plugin_file_info): Remove temp field. + (cleanup_handler): Don't delete temporary objects. + (claim_file_handler): Don't create temporary objects. + +2009-11-04 Rafael Avila de Espindola + + * lto-plugin.c (cleanup_handler): Don't cleanup if debugging. + +2009-10-30 Rafael Avila de Espindola + + PR41871 + * lto-plugin.c (claim_file_handler): Close files that we created. + +2009-10-28 Rafael Avila de Espindola + + * lto-plugin.c (all_symbols_read_handler): Use LDPL_FATAL instead of + LDPL_ERROR + +2009-10-27 Dmitry Gorbachev + + PR lto/41652 + * configure.ac: Call AC_SYS_LARGEFILE before AC_OUTPUT. + * configure: Regenerate. + 2009-10-26 Richard Guenther * configure.ac: Use AM_MAINTAINER_MODE.