2 test "$LD_FLAG" = "N" && DATA_ADDR=.
4 OUTPUT_FORMAT("${OUTPUT_FORMAT}")
6 ${RELOCATING+ENTRY("\$START\$")}
7 ${RELOCATING+${LIB_SEARCH_DIRS}}
10 .text 0x1000 ${RELOCATING++${TEXT_START_ADDR}}:
12 ${RELOCATING+__text_start = .};
16 ${RELOCATING+etext = .};
17 ${RELOCATING+_etext = .};
19 ${RELOCATING+. = ${DATA_ADDR};}
22 ${RELOCATING+ . = . + 0x1000 };
23 ${RELOCATING+__data_start = .};
25 ${CONSTRUCTING+CONSTRUCTORS}
26 ${RELOCATING+edata = .};
27 ${RELOCATING+_edata = .};
29 ${RELOCATING+. = ${DATA_ADDR} + SIZEOF(.data);}
34 ${RELOCATING+end = . };
35 ${RELOCATING+_end = . };