to etext, edata, and end. Needed for IRIX 4.0.5F.
Patch from mwp@iconix.oz.au (Michael Paddon).
*(.text)
*(.fini)
${RELOCATING+ etext = .};
+ ${RELOCATING+ _etext = .};
}
.rdata ${RELOCATING+ ${DATA_ADDR}} : {
*(.rdata)
*(.sdata)
}
${RELOCATING+ edata = .;}
+ ${RELOCATING+ _edata = .;}
${RELOCATING+ ${BSS_VAR}}
.sbss ${RELOCATING+ .} : {
*(.sbss)
*(COMMON)
}
${RELOCATING+ end = .;}
+ ${RELOCATING+ _end = .;}
}
EOF