Files
clang-p2996/lld/test/ELF/linkerscript/Inputs/symbol-reserved.script
Petr Hosek 039fb8c296 [ELF] Align the value if needed when computing the expression
Also add the test cases for the addition and subtraction both for
the relative and absolute case.

Differential Revision: https://reviews.llvm.org/D35346

llvm-svn: 308692
2017-07-20 23:11:47 +00:00

6 lines
64 B
Plaintext

SECTIONS
{
.text : { *(.text) }
PROVIDE_HIDDEN(_end = .);
}