Retro68/binutils/ld/testsuite/ld-scripts/pr14962-2.t
2017-04-10 13:32:00 +02:00

12 lines
101 B
Raku

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