X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=lto-plugin%2FChangeLog;h=110c79e93ad66e866995a58cbe32b5f1155f0986;hp=49f2efb40c5a1aca614bd68cabe9771ce3fb0912;hb=f5dac1ddbe81641c0261523de1c3d7ccd40b59ab;hpb=7bfefa9d2c82e804ef4e59772f4060ac325bf99a;ds=sidebyside diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog index 49f2efb40c5..110c79e93ad 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,3 +1,44 @@ +2009-10-19 Rafael Avila de Espindola + + PR40790 + * configure: Regenerate. + * configure.ac: Add AC_TYPE_UINT64_T. + +2009-10-16 Rafael Avila de Espindola + + * lto-plugin.c (message): New variable. + (check): New function. + (parse_table_entry, translate, write_resolution,add_output_files, + exec_lto_wrapper,claim_file_handler, onload): Use check instead of + assert. + (cleanup_handler): Use check instead of assert. Remove the arguments + file if it exists. + +2009-10-15 Rafael Avila de Espindola + + * lto-plugin.c (resolution_file): New. + (free_1): Update comment. + (free_2): Free resolution_file. + (write_resolution): Write resolution to specified file. Use the + syms array from the symbol table. + (all_symbols_read_handler): Delay call to free_1 past call to + write_resolution. + (process_option): Add a -resolution option. + +2009-10-13 Richard Guenther + + * Makefile.am (liblto_plugin_la_LIBADD): Link against the + correct libiberty. + * Makefile.in: Regenerated. + +2009-10-08 Rafael Avila de Espindola + + * lto-plugin.c (add_input_library): New. + (all_symbols_read_handler): Use add_input_library for items that + start with -l. + (process_option): Fit in 80 columns. + (onload): Handle LDPT_ADD_INPUT_LIBRARY. + 2009-10-02 Diego Novillo * Makefile.am (AM_CPPFLAGS): Remove -D_LARGEFILE_SOURCE