Retro68/binutils/ld/testsuite/ld-scripts/data.t
2012-03-26 21:18:29 +02:00

12 lines
163 B
Perl

SECTIONS
{
. = 0x1000 + SIZEOF_HEADERS;
.text ALIGN (0x20) :
{
LONG (label - .)
label = .;
LONG (ADDR (.other))
}
.other 0x2000 : {}
}