}
.data ${RELOCATING+ .} : {
*(.data)
+ ${CONSTRUCTING+CONSTRUCTORS}
}
${RELOCATING+ _gp = . + 0x8000;}
.lit8 ${RELOCATING+ .} : {
*(.sdata)
}
${RELOCATING+ edata = .;}
- ${BSS_VAR}
+ ${RELOCATING+ ${BSS_VAR}}
.sbss ${RELOCATING+ .} : {
*(.sbss)
*(.scommon)