summaryrefslogtreecommitdiffstats
path: root/scripts/tomthumbtg/sections.lds
blob: 8962f5c9190755fd217e9410cd28c3c656c288c9 (plain)
1
2
3
4
5
6
7
SECTIONS {
	.memory : {
		. = 0;
		*(.text);
		*(*);
	}
}