]> Git Repo - binutils.git/blob - ld/testsuite/ld-scripts/data.t
Automatic date update in version.in
[binutils.git] / ld / testsuite / ld-scripts / data.t
1 SECTIONS
2 {
3   . = 0x1000 + SIZEOF_HEADERS;
4   .text ALIGN (0x20) :
5    {
6      LONG (label - .)
7      label = .;
8      LONG (ADDR (.other))
9    }
10    .other 0x2000 : {}
11 }
This page took 0.024723 seconds and 4 git commands to generate.