* ldlang.c (map_input_to_output_sections): Initialize sections
[external/binutils.git] / ld / testsuite / ld-scripts / data.t
1 SECTIONS
2 {
3   .text 0x1000 :
4    {
5      LONG (label)
6      label = .;
7      LONG (ADDR (.other))
8    }
9    .other : {}
10 }