binutils: Make some functions static in dwarf.c
[deliverable/binutils-gdb.git] / ld / testsuite / ld-scripts / data.t
CommitLineData
384d938f
NS
1SECTIONS
2{
76cb62b0
AM
3 . = 0x1000 + SIZEOF_HEADERS;
4 .text ALIGN (0x20) :
384d938f 5 {
76cb62b0 6 LONG (label - .)
384d938f
NS
7 label = .;
8 LONG (ADDR (.other))
9 }
33ed4613 10 .other 0x2000 : {}
384d938f 11}
This page took 0.678694 seconds and 4 git commands to generate.