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

Cary Coutant <ccoutant at gmail dot com> changed:

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

--- Comment #1 from Cary Coutant <ccoutant at gmail dot com> ---
We never actually intended to support --gc-sections or --icf with -r links, but
we don't do anything to disallow the combination, leading to the internal
error. Gold should have some code in General_options::finalize() to disallow
it.

With --emit-relocs, however, there really is no reason to disallow the
combination, so we should make it work.

(Out of curiosity, what are you using --emit-relocs for? I'm not complaining --
hardly anyone uses the option, so it hasn't had much real-world testing.)

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