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