[Issue 15392] dmd object files fail to link with ld.gold

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Dec 1 00:47:31 PST 2015


https://issues.dlang.org/show_bug.cgi?id=15392

--- Comment #2 from Martin Nowak <code at dawg.eu> ---
(In reply to Walter Bright from comment #1)
> The sections are not supposed to be order dependent.

Yeah, you're right, the problem is that ld.gold doesn't assign an output order
to the eh section.
https://sourceware.org/git/?p=binutils.git;a=blob;f=gold/layout.cc;hb=a0a1bb07cb2c03b7d34f12e734c6f363ddb7c7b2#l1386

--


More information about the Digitalmars-d-bugs mailing list