The non-SHF_LINK_ORDER sections are sorted at the end.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 15816 Build 15816: arc lint + arc unit
Event Timeline
Comment Actions
Please take a look at rLLD327006. One of the things it addressed is this crash, though
with it, LLD now reports "error: incompatible section flags for .text" for your test case,
because it restricted mixing SHF_LINK_ORDER and non-SHF_LINK_ORDER sections
(assumption behind was that since nobody faced the crash, there is no need to support that case).
So, do you want to allow mixing them or just want to fix the crash?
Comment Actions
I agree with George. We currently produce an error and it would be better if we could keep doing that.