blob: 13224d845733243e6b5144464977e5fbd77212e8 [file] [log] [blame]
ENTRY(_start)
SECTIONS
{
. = SIZEOF_HEADERS;
.text : { *(.text) }
}