blob: a6c08081cc25fecb981badb3fc4ae6364d8d361e [file] [log] [blame]
SECTIONS
{
.text 0x01014000 :
{
foo = .;
. = (. + 0x400);
*(.text)
}
}