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.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to