bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/26256] Support mixed SHF_LINK_ORDER & non-SHF_LINK_ORDER compone


From: i at maskray dot me
Subject: [Bug ld/26256] Support mixed SHF_LINK_ORDER & non-SHF_LINK_ORDER components in an output section
Date: Mon, 21 Dec 2020 23:13:44 +0000

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

--- Comment #11 from Fangrui Song <i at maskray dot me> ---
About -r & SHF_LINK_ORDER.

The LLD resolution is that SHF_LINK_ORDER sections of the same name should not
be combined.
https://github.com/llvm/llvm-project/blob/main/lld/test/ELF/linkerscript/linkorder-linked-to.s
demonstrates the behavior.

The idea is that the final link decides the section order. A -r link should not
make an early decision (original patch is https://reviews.llvm.org/D68094)

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