2 OUTPUT_FORMAT("${OUTPUT_FORMAT}")
5 /* Code and data, both 64k */
9 .text ${RELOCATING+ 0x10000 } :
12 ${RELOCATING+ _etext = . ; }
15 .rdata ${RELOCATING+ 0x20000 } :
27 .data ${RELOCATING+ . } :
30 ${RELOCATING+ _edata = . ; }
33 .bss ${RELOCATING+ .} :
35 ${RELOCATING+ __start_bss = . ; }
38 ${RELOCATING+ _end = . ; }
41 .stack ${RELOCATING+ 0x2fff0} :
43 ${RELOCATING+ _stack = . ; }
47 .stab 0 ${RELOCATING+(NOLOAD)} :
51 .stabstr 0 ${RELOCATING+(NOLOAD)} :