blob: c6d1e523fc2f720fff9064755a7c310a763c7e0e [file] [log] [blame]
SECTIONS
{
.text 0x0000000: { *(.text .pr) }
.data :
{
PROVIDE (__data_start = .);
*(.data)
}
__data_end = .;
.bss : { *(.bss) }
/DISCARD/ : { *(.*) }
}