[PATCH] D24910: [ELF] - Linkerscript: implemented LOADADDR()

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 26 05:37:54 PDT 2016


grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar, evgeny777.

Met that commind used in the wild, for example here:
https://searchcode.com/file/51551302/arch/x86_64/kernel/vmlinux.lds.S

LOADADDR(section)
  Return the absolute LMA of the named section. This is normally the same as
  ADDR, but it may be different if the AT attribute is used in the output section
  definition.

https://reviews.llvm.org/D24910

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24910.72470.patch
Type: text/x-patch
Size: 3793 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160926/16142b02/attachment.bin>


More information about the llvm-commits mailing list