summaryrefslogtreecommitdiffstats
path: root/arch/mips/ld.script.little
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/ld.script.little')
-rw-r--r--arch/mips/ld.script.little3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/ld.script.little b/arch/mips/ld.script.little
index 7e638d739..ba8df4b6e 100644
--- a/arch/mips/ld.script.little
+++ b/arch/mips/ld.script.little
@@ -86,6 +86,7 @@ SECTIONS
__bss_start = .;
_fbss = .;
+ .sbss : { *(.sbss) *(.scommon) }
.bss :
{
*(.dynbss)
@@ -93,8 +94,6 @@ SECTIONS
*(COMMON)
_end = . ;
PROVIDE (end = .);
- *(.sbss)
- *(.scommon)
}
/* These are needed for ELF backends which have not yet been
converted to the new style linker. */