]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/lto/ChangeLog
2010-05-07 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 May 2010 15:52:01 +0000 (15:52 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 May 2010 15:52:01 +0000 (15:52 +0000)
commit264cbb51b0d5939683b8f5f628595e165a5a925f
treeeb23163d0cf15d449c5e89de6d77e5bc1dec73b0
parenta353dfef5b833a7694826d6312b4aafea4576667
2010-05-07  Richard Guenther  <rguenther@suse.de>

* lto-wrapper.c (DUMPBASE_SUFFIX): Define.
(run_gcc): Handle LTRANS phase invocation.
* collect2.c (maybe_run_lto_and_relink): Do not set
WPA_SAVE_LTRANS.

lto/
* lto.c (DUMPBASE_SUFFIX): Remove.
(lto_execute_ltrans): Move functionality to lto-wrapper.c.
Rename to ...
(lto_write_ltrans_list): ... only output the list of ltrans files.
(lto_maybe_unlink): Remove.
(do_whole_program_analysis): Do not execute LTRANS phase
from here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159157 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/collect2.c
gcc/lto-wrapper.c
gcc/lto/ChangeLog
gcc/lto/lto.c