projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20e54bf
)
* mips.sc-sh: Don't define BSS_VAR unless relocating.
author
Ian Lance Taylor
<ian@airs.com>
Fri, 14 May 1993 18:33:37 +0000
(18:33 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Fri, 14 May 1993 18:33:37 +0000
(18:33 +0000)
ld/mips.sc-sh
patch
|
blob
|
history
diff --git
a/ld/mips.sc-sh
b/ld/mips.sc-sh
index 3ce7bd2ab05619612f04def3b977b7cb13452daa..8f3952144ed7f6b5520da013b303941abed7fe58 100644
(file)
--- 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)