blob: f2c603b88bd640dd3cf267e097b16df0dbb5e785 [file] [log] [blame]
TOTO = 4096;
TOTO += 4096;
SECTIONS
{
.text TOTO :
{
x = ABSOLUTE(TOTO);
*(*.text)
}
}