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
6 lines
64 B
Plaintext
6 lines
64 B
Plaintext
SECTIONS
|
|
{
|
|
.text : { *(.text) }
|
|
PROVIDE_HIDDEN(_end = .);
|
|
}
|