mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-13 05:20:44 +00:00
* mips.sc-sh: Don't define BSS_VAR unless relocating.
This commit is contained in:
parent
20e54bf2c2
commit
1720003031
@ -39,7 +39,7 @@ SECTIONS
|
||||
*(.sdata)
|
||||
}
|
||||
${RELOCATING+ edata = .;}
|
||||
${BSS_VAR}
|
||||
${RELOCATING+ ${BSS_VAR}}
|
||||
.sbss ${RELOCATING+ .} : {
|
||||
*(.sbss)
|
||||
*(.scommon)
|
||||
|
Loading…
x
Reference in New Issue
Block a user