blob: f56d10f82a8c27d5cc7aba1e126cb4378b3932e8 [file] [log] [blame]
SECTIONS
{
. = 0x1000 + SIZEOF_HEADERS;
.text ALIGN (0x20) :
{
LONG (label - .)
label = .;
LONG (ADDR (.other))
}
.other 0x2000 : {}
}