blob: 2cce1ee09cf8ed88eb4ab56b365ec537a8389efc [file]
ENTRY (_start)
SECTIONS
{
.text : { *(.text) }
.bss : { . = .; *(.bss) }
.data : { *(.data) }
}