2 OUTPUT_FORMAT("${OUTPUT_FORMAT}")
5 ${RELOCATING+${LIB_SEARCH_DIRS}}
8 .text ${RELOCATING+${TEXT_START_ADDR}}:
10 ${RELOCATING+__text_start = .};
15 ${RELOCATING+etext = .};
16 ${RELOCATING+_etext = .};
20 ${RELOCATING+ . = . + 0x1000 };
21 ${RELOCATING+__data_start = .};
23 ${CONSTRUCTING+CONSTRUCTORS}
24 ${RELOCATING+edata = .};
25 ${RELOCATING+_edata = .};
27 .bss 0x40000000 ${RELOCATING++SIZEOF(.data)} :
31 ${RELOCATING+end = . };
32 ${RELOCATING+_end = . };