This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Linkerscript: support [ AT ( address ) ] in PHDRS
ClosedPublic

Authored by evgeny777 on Sep 8 2016, 6:01 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

evgeny777 updated this revision to Diff 70686.Sep 8 2016, 6:01 AM
evgeny777 retitled this revision from to [ELF] Linkerscript: support [ AT ( address ) ] in PHDRS.
evgeny777 updated this object.
evgeny777 added reviewers: ruiu, rafael.
evgeny777 set the repository for this revision to rL LLVM.
evgeny777 added a project: lld.
evgeny777 added subscribers: grimar, ikudrin, llvm-commits.
ruiu accepted this revision.Sep 8 2016, 1:15 PM
ruiu edited edge metadata.

LGTM

ELF/Writer.cpp
1171 ↗(On Diff #70686)

It needs comment.

// p_paddr can be set using linker script AT command.
// By default, it is the same value as p_vaddr.
This revision is now accepted and ready to land.Sep 8 2016, 1:15 PM
This revision was automatically updated to reflect the committed changes.