Fix typo fsqrt -> sqrtf.
[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.130163 seconds and 4 git commands to generate.