|
From: | stsp at users dot sourceforge.net |
Subject: | [Bug binutils/32463] linker script variables always go to ABS section |
Date: | Thu, 19 Dec 2024 10:58:28 +0000 |
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.
[Prev in Thread] | Current Thread | [Next in Thread] |