blob: bb486656c38d8ff9f97651b6e9e90677311e7a1b [file] [log] [blame]
SECTIONS
{
. = 0x1000 + SIZEOF_HEADERS;
.text ALIGN (0x20) : { *(.text) }
.data 0x2000 : {
*(.data)
LONG (SIZEOF (.text))
LONG (SIZEOF (.data))
}
}