aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-05-14 18:33:37 +0000
committerIan Lance Taylor <ian@airs.com>1993-05-14 18:33:37 +0000
commit1720003031920c008e0ab9895c409b92db064049 (patch)
tree895ac37c6157d9b73ccedb97e97ac53bda0a9b7b /ld
parent20e54bf2c23eff69a146398defc60abbb72ba002 (diff)
downloadgdb-1720003031920c008e0ab9895c409b92db064049.zip
gdb-1720003031920c008e0ab9895c409b92db064049.tar.gz
gdb-1720003031920c008e0ab9895c409b92db064049.tar.bz2
* mips.sc-sh: Don't define BSS_VAR unless relocating.
Diffstat (limited to 'ld')
-rw-r--r--ld/mips.sc-sh2
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)