1 # Linker script for MIPS. This works on a DECstation running Ultrix,
2 # and may work on other platforms as well.
5 OUTPUT_FORMAT("${OUTPUT_FORMAT}")
12 .text ${RELOCATING+ 0x400000 + SIZEOF_HEADERS} : {
14 ${RELOCATING+ eprol = .};
17 ${RELOCATING+ etext = .};
19 .rdata ${RELOCATING+ 0x10000000} : {
22 .data ${RELOCATING+ .} : {
25 ${RELOCATING+ _gp = . + 0x8000;}
26 .lit8 ${RELOCATING+ .} : {
29 .lit4 ${RELOCATING+ .} : {
32 .sdata ${RELOCATING+ .} : {
35 ${RELOCATING+ edata = .;}
36 .sbss ${RELOCATING+ .} : {
40 .bss ${RELOCATING+ .} : {
44 ${RELOCATING+ end = .;}