[PATCH] D22689: [ELF] - Linkerscript: implemented output section [address] attribute.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 22 13:12:34 PDT 2016


grimar added a comment.

In https://reviews.llvm.org/D22689#493163, @davide wrote:

> Do you have examples of linker scripts using this feature? I wasn't able to find any.




  .lrodata   ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1)) :
  {
  ...
  }

https://svnweb.freebsd.org/base/head/sys/conf/ldscript.amd64?revision=284870&view=markup#l176


https://reviews.llvm.org/D22689





More information about the llvm-commits mailing list