blob: bc531158eb34a9c01240a1e2bac5809317c6cf51 [file] [log] [blame]
SECTIONS
{
.text : { *(.text .pr) }
.data : { *(.data) }
__data_end = .;
.bss : { *(.bss) }
/DISCARD/ : { *(*) }
}