| commit | 8ceadb38a88fa5a71c8c325f420ba3dfd073ce3c | [log] [tgz] |
|---|---|---|
| author | George Rimar <grimar@accesssoftek.com> | Wed Aug 17 07:44:19 2016 +0000 |
| committer | George Rimar <grimar@accesssoftek.com> | Wed Aug 17 07:44:19 2016 +0000 |
| tree | 40aa7a7c40cfc4d2a31f770472bea85df6218fc9 | |
| parent | c96f421ad46734d721de8acee4d3ddb3fbd9b3fe [diff] |
[ELF] - linkerscript AT keyword (in output section description) implemented. The linker will normally set the LMA equal to the VMA. You can change that by using the AT keyword. The expression lma that follows the AT keyword specifies the load address of the section. Patch implements this keyword. Differential revision: https://reviews.llvm.org/D19272 llvm-svn: 278911