diff options
author | espindola <espindola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-12 14:01:49 +0000 |
---|---|---|
committer | espindola <espindola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-12 14:01:49 +0000 |
commit | d405c5a4ca7973b1fef5ce1d15ee058781e684a6 (patch) | |
tree | 0bbaf16645e4e8605fd81ea4a413098ba0b198fe /lto-plugin/ChangeLog | |
parent | 266e3ca1fd604c5a0d8b887849665fcf3dae91fd (diff) | |
download | gcc-d405c5a4ca7973b1fef5ce1d15ee058781e684a6.tar.gz |
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-12 Rafael Avila de Espindola <espindola@google.com>
* lang.opt (fresolution): Renamed from resolution.
* lto-lang.c (lto_handle_option): Handle new option name.
* lto.c (lto_resolution_read): Add more checks. Discard rest of line.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154118 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'lto-plugin/ChangeLog')
-rw-r--r-- | lto-plugin/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lto-plugin/ChangeLog b/lto-plugin/ChangeLog index 27713cad3d9..d95cf05d9d0 100644 --- a/lto-plugin/ChangeLog +++ b/lto-plugin/ChangeLog @@ -1,3 +1,12 @@ +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. |