summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/data.t
blob: f56d10f82a8c27d5cc7aba1e126cb4378b3932e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
SECTIONS
{
  . = 0x1000 + SIZEOF_HEADERS;
  .text ALIGN (0x20) :
   {
     LONG (label - .)
     label = .;
     LONG (ADDR (.other))
   }
   .other 0x2000 : {}
}