Previously, a decimal filler expression is interpreted as a byte value.
Gold on the other hand use it as a 32-bit big-endian value.
This patch fixes the compatibility issue.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D23142
Make filler expression compatible with gold. ClosedPublic Authored by ruiu on Aug 3 2016, 3:43 PM.
Details Summary Previously, a decimal filler expression is interpreted as a byte value.
Diff Detail
Event Timelineruiu updated this object. This revision is now accepted and ready to land.Aug 3 2016, 4:24 PM Closed by commit rL277680: Make filler expression compatible with gold. (authored by ruiu). · Explain WhyAug 3 2016, 4:42 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 66736 lld/trunk/ELF/LinkerScript.cpp
lld/trunk/test/ELF/linkerscript/linkerscript-sections-padding.s
|