This patch enables processing scripts like this:
PHDRS { myload PT_LOAD AT(0x1000) ; }
Paths
| Differential D24340
[ELF] Linkerscript: support [ AT ( address ) ] in PHDRS ClosedPublic Authored by evgeny777 on Sep 8 2016, 6:01 AM.
Details Summary This patch enables processing scripts like this: PHDRS { myload PT_LOAD AT(0x1000) ; }
Diff Detail
Event Timelineevgeny777 updated this object. ruiu edited edge metadata. Comment ActionsLGTM
This revision is now accepted and ready to land.Sep 8 2016, 1:15 PM Closed by commit rL281024: Linker script: implement AT [ (address) ] for PHDR (authored by evgeny777). · Explain WhySep 9 2016, 2:54 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 70798 lld/trunk/ELF/LinkerScript.h
lld/trunk/ELF/LinkerScript.cpp
lld/trunk/ELF/Writer.h
lld/trunk/ELF/Writer.cpp
lld/trunk/test/ELF/linkerscript/phdrs.s
|