diff options
-rw-r--r-- | ld/mips.sc-sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/mips.sc-sh b/ld/mips.sc-sh index 3ce7bd2..8f39521 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) |