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