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