summaryrefslogtreecommitdiffstats
path: root/scripts/torture/sections.lds
blob: a9487e26d285ecdf07bfe8c4945118e962ee2f5e (plain)
1
2
3
4
5
6
7
8
9
SECTIONS {
	.memory : {
		. = 0x000000;
		*(.text);
		*(*);
		end = .;
	}
}