]> git.ipfire.org Git - thirdparty/gcc.git/commit
2009-11-12 Rafael Avila de Espindola <espindola@google.com>
authorespindola <espindola@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Nov 2009 14:01:49 +0000 (14:01 +0000)
committerespindola <espindola@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Nov 2009 14:01:49 +0000 (14:01 +0000)
commitd405c5a4ca7973b1fef5ce1d15ee058781e684a6
tree0bbaf16645e4e8605fd81ea4a413098ba0b198fe
parent266e3ca1fd604c5a0d8b887849665fcf3dae91fd
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
gcc/lto/ChangeLog
gcc/lto/lang.opt
gcc/lto/lto-lang.c
gcc/lto/lto.c
lto-plugin/ChangeLog
lto-plugin/lto-plugin.c