Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / pr14962-2.t
CommitLineData
fa72205c
AM
1TOTO = 4096;
2TOTO += 4096;
3
4SECTIONS
5{
6 .text TOTO :
7 {
8 x = ABSOLUTE(TOTO);
cc969da9 9 *(.text)
fa72205c
AM
10 }
11}
This page took 0.294505 seconds and 4 git commands to generate.