]> git.ipfire.org Git - thirdparty/gcc.git/commit
LTO-wrapper, don't pre-link early debug objects.
authoriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Dec 2018 12:43:47 +0000 (12:43 +0000)
committeriains <iains@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 23 Dec 2018 12:43:47 +0000 (12:43 +0000)
commit6dc407e1865c1c23e7914871e6a16e1eaf2ec8fe
treece523563a63a29020ae6e940b82b8fb244ad4f8b
parentd2e1321b0931d69802e7843b0735f4775cf9c70d
LTO-wrapper, don't pre-link early debug objects.

Pass them to the final link, the pre-link wasn't effective.
Make the temp filenames easier to follow.
Also save them in the CWD when save-temps is given.

2018-12-23  Iain Sandoe  <iain@sandoe.co.uk>

* lto-wrapper.c (tool_cleanup): Don’t report ficticious temp files.
(debug_objcopy): Improve temp filenames.  Append the early
debug objects to the outfiles.  Remove the phase prelinking the
early debug. Emit the early debug filenames for ld.

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