2 OUTPUT_FORMAT("${OUTPUT_FORMAT}")
5 ${RELOCATING+${LIB_SEARCH_DIRS}}
6 ${STACKZERO+${RELOCATING+${STACKZERO}}}
9 ${RELOCATING+. = ${TEXT_START_ADDR};}
14 ${RELOCATING+etext = .;}
15 ${RELOCATING+_etext = .;}
16 ${RELOCATING+__etext = .;}
22 ${CONSTRUCTING+CONSTRUCTORS}
23 ${RELOCATING+edata = .;}
24 ${RELOCATING+_edata = .;}
25 ${RELOCATING+__edata = .;}
29 ${RELOCATING+ _bss_start = .};
30 ${RELOCATING+ __bss_start = .};
33 ${RELOCATING+end = ALIGN(4) };
34 ${RELOCATING+_end = ALIGN(4) };
35 ${RELOCATING+__end = ALIGN(4) };