summaryrefslogtreecommitdiffstats
path: root/scripts/cxxdemo/start.ld
blob: 773eee2b6733d7e80afbab5b39e7acceed8de30f (plain)
1
2
3
4
5
SECTIONS {
. = 0x00000000;
.text : { *(.text) }
_ftext = 0x00010000;
}