2 OUTPUT_FORMAT("${OUTPUT_FORMAT}")
3 OUTPUT_ARCH("${OUTPUT_ARCH}")
8 .text ${BIG+ ${RELOCATING+ 0x0000000}} : {
14 .ctors ${BIG+ ${RELOCATING+ 0x2000000}} :
16 ${RELOCATING+ ___ctors = . ; }
18 ${RELOCATING+ ___ctors_end = . ; }
21 ${RELOCATING+ ___dtors_end = . ; }
24 .data ${BIG+ ${RELOCATING+ 0x3000000}} : {
28 .bss ${BIG+ ${RELOCATING+ 0x4000000}} :
30 ${RELOCATING+ __start_bss = . ; }
33 ${RELOCATING+ __end_bss = . ; }
36 .heap ${BIG+ ${RELOCATING+ 0x5000000}} : {
37 ${RELOCATING+ __start_heap = . ; }
38 ${RELOCATING+ . = . + 20k ; }
39 ${RELOCATING+ __end_heap = . ; }
42 .stack ${RELOCATING+ 0xf000 } :
44 ${RELOCATING+ _stack = . ; }
46 ${RELOCATING+ __stack_top = . ; }