2 OUTPUT_FORMAT("${OUTPUT_FORMAT}")
7 vectarea : o =0xc00000, l = 0x0300
9 introm : o = 0xc00300, l = 0x16000
10 /* The stack starts at the top of main ram. */
12 dram : o = 0x8000 , l = 0xffff
13 /* At the very top of the address space is the 8-bit area. */
15 ldata : o =0x4000 ,l = 0x0200
22 } ${RELOCATING+ > vectarea} */
26 } ${RELOCATING+ >introm}
33 ${RELOCATING+ _etext = . ; }
34 } ${RELOCATING+ > introm}
40 ${RELOCATING+ _edata = . ; }
41 } ${RELOCATING+ > dram}
45 ${RELOCATING+ _bss_start = . ;}
48 ${RELOCATING+ _end = . ; }
49 } ${RELOCATING+ > dram}
54 } ${RELOCATING+ > ldata}
60 } ${RELOCATING+ > vectarea}