aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/pr14962-2.t
blob: f2c603b88bd640dd3cf267e097b16df0dbb5e785 (plain)
1
2
3
4
5
6
7
8
9
10
11
TOTO = 4096;
TOTO += 4096;

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