blob: ac30df78d5e1c935f16d3d4d94f691a280345d4a [file] [log] [blame]
ENTRY(_start)
PHDRS
{
}
SECTIONS
{
.text : { *(.text) }
.data : { *(.data) }
}