blob: 13fe34e6cd2f0647550a79c7db5381d1f3af628e [file] [log] [blame]
SECTIONS
{
.text 0x00000000: { *(.text .pr) }
.data ALIGN(0x1000) + (. & (0x1000 - 1)):
{
__data_start = .;
*(.data)
}
__data_end = .;
.bss : { *(.bss) }
/DISCARD/ : { *(*) }
}