Retro68/binutils/ld/testsuite/ld-scripts/pr14962-2.t
2015-08-28 17:32:19 +02:00

12 lines
102 B
Raku

TOTO = 4096;
TOTO += 4096;
SECTIONS
{
.text TOTO :
{
x = ABSOLUTE(TOTO);
*(*.text)
}
}