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

--- Comment #2 from Stas Sergeev <stsp at users dot sourceforge.net> ---
Hi Nick.

I probably forgot to mention the
most important thing. If you change:

TTT = .;
_LGROUP = TTT;

into:
_LGROUP = .;

then suddenly bfg linker gives:
00000000 R _LGROUP
... same as lld.

So the bug here is that just by using
the intermediate var TTT we get the
entirely different result.
Or is this not a bug?

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

Reply via email to