2 OUTPUT_FORMAT("${OUTPUT_FORMAT}")
3 OUTPUT_ARCH("${OUTPUT_ARCH}")
8 .text ${BIG+ ${RELOCATING+ 0x0000000}} :
15 .ctors ${BIG+ ${RELOCATING+ 0x2000000}} :
17 ${CONSTRUCTING+ ___ctors = . ; }
19 ${CONSTRUCTING+ ___ctors_end = . ; }
22 ${CONSTRUCTING+ ___dtors_end = . ; }
25 .data ${BIG+ ${RELOCATING+ 0x3000000}} :
30 .bss ${BIG+ ${RELOCATING+ 0x4000000}} :
32 ${RELOCATING+ __start_bss = . ; }
35 ${RELOCATING+ __end_bss = . ; }
38 .heap ${BIG+ ${RELOCATING+ 0x5000000}} :
40 ${RELOCATING+ __start_heap = . ; }
41 ${RELOCATING+ . = . + 20k ; }
42 ${RELOCATING+ __end_heap = . ; }
45 .stack ${RELOCATING+ 0xf000 } :
47 ${RELOCATING+ _stack = . ; }
49 ${RELOCATING+ __stack_top = . ; }