* mips.sc-sh: Don't define BSS_VAR unless relocating.

This commit is contained in:
Ian Lance Taylor 1993-05-14 18:33:37 +00:00
parent 20e54bf2c2
commit 1720003031

View file

@ -39,7 +39,7 @@ SECTIONS
*(.sdata)
}
${RELOCATING+ edata = .;}
${BSS_VAR}
${RELOCATING+ ${BSS_VAR}}
.sbss ${RELOCATING+ .} : {
*(.sbss)
*(.scommon)