Rev 948 | Rev 1105 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
} :data
.bss : {
*(.bss);
*(.sbss);
*(COMMON);
_heap = .;
LONG(0xdeadbeef);
/DISCARD/ : {
*(*);
}