10 OUTPUT_FORMAT("${OUTPUT_FORMAT}")
13 /* Code and data, both larger than 64k */
17 .text ${RELOCATING+ 0x10000} :
20 ${RELOCATING+ _etext = . ; }
23 .data ${RELOCATING+ 0x20000} :
26 ${RELOCATING+ _edata = . ; }
29 .rdata ${RELOCATING+ 0x30000} :
34 ${CONSTRUCTING+${TORS}}
37 .bss ${RELOCATING+ 0x40000} :
39 ${RELOCATING+ __start_bss = . ; }
42 ${RELOCATING+ _end = . ; }
45 .stack ${RELOCATING+ 0x50000} :
47 ${RELOCATING+ _stack = . ; }
51 .stab 0 ${RELOCATING+(NOLOAD)} :
56 .stabstr 0 ${RELOCATING+(NOLOAD)} :