bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/32463] linker script variables always go to ABS section


From: stsp at users dot sourceforge.net
Subject: [Bug binutils/32463] linker script variables always go to ABS section
Date: Thu, 19 Dec 2024 12:34:37 +0000

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

--- Comment #5 from Stas Sergeev <stsp at users dot sourceforge.net> ---
(In reply to Nick Clifton from comment #1)
>   If you change the kernel.ld script to look like this:
> 
> SECTIONS
>   {
>     TTT = .;
> #    SHOULD_FAIL = . + .;
>     . = SIZEOF_HEADERS;
>     . = ALIGN(0x100);
>     .text : {
>       _LGROUP = TTT;
>       *(TEXT)
>       . = ALIGN(0x100);
>     }
>   }
> 
> Then both linkers behave in the same way,

Wait a bloody minute!


bfd:
00000100 R _LGROUP
lld:
00000000 R _LGROUP

Do you call this "in the same way"? :)
I think bfd messed up an address this time!

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