Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-scripts / pr14962-2.t
blob5b42fc0cb95efbfac79dcfde5a1aa85c4d25cbdc
1 TOTO = 4096;
2 TOTO += 4096;
4 SECTIONS
6   .text TOTO :
7   {
8     x = ABSOLUTE(TOTO);
9     *(.text)
10   }