(root)/
binutils-2.41/
ld/
testsuite/
ld-scripts/
pr14962-2.t
TOTO = 4096;
TOTO += 4096;

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