2 OUTPUT_FORMAT("${OUTPUT_FORMAT}")
5 ${RELOCATING+${LIB_SEARCH_DIRS}}
8 .text ${RELOCATING+${TEXT_START_ADDR}}:
10 ${RELOCATING+__text_start = .};
14 .data ${RELOCATING+ 0x40000000 } :
16 ${RELOCATING+__data_start = .};
17 ${RELOCATING+ . = . + 0x1000 };
19 ${CONSTRUCTING+CONSTRUCTORS}
21 .bss ${RELOCATING+SIZEOF(.data) + ADDR(.data)} :
25 ${RELOCATING+_end = . };
26 ${RELOCATING+__end = . };