bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gold/18837] gold does not handle linker-scripts with inputs


From: rguenth at gcc dot gnu.org
Subject: [Bug gold/18837] gold does not handle linker-scripts with inputs
Date: Mon, 17 Aug 2015 09:03:43 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=18837

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> ---
> This bug makes gold completely unable to handle what will be the new way
> to do debuginfo with GCC and -flto (so called early debug with LTO).

which means resorting to objcopy (and thus BFD) for the task of section
extraction and renaming.

I am not filing another bug right now - gold not accepting a linker script
as output from a linker plugin (GNU ld happily does).  This is needed to
provide minimal-I/O early debug for LTO, picking the early-debug sections
from the compile-time objects and linking them to the executable in the
final link (need to resort to an incremental link for GNU ld as well due to
a bug for now).

-- 
You are receiving this mail because:
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]