* mips.sc-sh: Don't define BSS_VAR unless relocating.
This commit is contained in:
parent
20e54bf2c2
commit
1720003031
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ SECTIONS
|
|||
*(.sdata)
|
||||
}
|
||||
${RELOCATING+ edata = .;}
|
||||
${BSS_VAR}
|
||||
${RELOCATING+ ${BSS_VAR}}
|
||||
.sbss ${RELOCATING+ .} : {
|
||||
*(.sbss)
|
||||
*(.scommon)
|
||||
|
|
Loading…
Reference in a new issue