[PATCH] D24298: [ELF] Linkerscript: Implement LOADADDR

Eugene Leviant via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 22 10:13:44 PDT 2016


evgeny777 updated the summary for this revision.
evgeny777 updated this revision to Diff 72189.
evgeny777 added a comment.

Diff updated. It turned out, that binutils can fetch LMA for section even if it doesn't start PT_LOAD segment, so
this patch can be simplified.


https://reviews.llvm.org/D24298

Files:
  ELF/LinkerScript.cpp
  ELF/LinkerScript.h
  ELF/OutputSections.h
  ELF/Writer.cpp
  test/ELF/linkerscript/loadaddr.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24298.72189.patch
Type: text/x-patch
Size: 9946 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160922/a94d5d88/attachment.bin>


More information about the llvm-commits mailing list