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: ccoutant at gmail dot com
Subject: [Bug gold/18837] gold does not handle linker-scripts with inputs
Date: Mon, 17 Aug 2015 18:29:53 +0000

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

Cary Coutant <ccoutant at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #2 from Cary Coutant <ccoutant at gmail dot com> ---
Let's use PR 18836 for a broader discussion on the topic of LTO and early
debug.

With the given script, Gnu ld will link t.o as if it had been named on the
command line. Gold will not; we treat the filenames (with or without wildcards)
as filters, and gold will not link a file unless it's given on the command line
or in an INPUT command in a linker script.

In addition, gold does not support partial linker scripts. If you have a linker
script with a SECTIONS clause, you'll need to provide a complete description of
the output section, or the final output will almost certainly not be usable.

-- 
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]