blob: b03d3fe2e6c487c8ac341a227da712e635f8cb27 [file] [log] [blame] [edit]
SECTIONS {
.memory : {
. = 0x000000;
start*(.text);
*(.text*);
*(.data*);
*(.rodata*);
*(.bss*);
__stack = .;
}
}