From: Ian Lance Taylor Date: Fri, 14 May 1993 18:33:37 +0000 (+0000) Subject: * mips.sc-sh: Don't define BSS_VAR unless relocating. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1720003031920c008e0ab9895c409b92db064049;p=binutils-gdb.git * mips.sc-sh: Don't define BSS_VAR unless relocating. --- diff --git a/ld/mips.sc-sh b/ld/mips.sc-sh index 3ce7bd2ab05..8f3952144ed 100644 --- a/ld/mips.sc-sh +++ b/ld/mips.sc-sh @@ -39,7 +39,7 @@ SECTIONS *(.sdata) } ${RELOCATING+ edata = .;} - ${BSS_VAR} + ${RELOCATING+ ${BSS_VAR}} .sbss ${RELOCATING+ .} : { *(.sbss) *(.scommon)