2 OUTPUT_FORMAT("${OUTPUT_FORMAT}")
5 /* Code and data, both larger than 64k */
9 .text ${RELOCATING+ 0x10000} :
13 ${RELOCATING+ _etext = . ; }
17 .data ${RELOCATING+ 0x20000} :
20 ${RELOCATING+ _edata = . ; }
23 .rdata ${RELOCATING+ 0x30000} :
35 .bss ${RELOCATING+ 0x40000} :
37 ${RELOCATING+ __start_bss = . ; }
40 ${RELOCATING+ _end = . ; }
43 .stack ${RELOCATING+ 0x50000} :
45 ${RELOCATING+ _stack = . ; }
49 .stab 0 ${RELOCATING+(NOLOAD)} :
53 .stabstr 0 ${RELOCATING+(NOLOAD)} :