Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/mips/cfe.ld')
-rw-r--r--libgloss/mips/cfe.ld4
1 files changed, 3 insertions, 1 deletions
diff --git a/libgloss/mips/cfe.ld b/libgloss/mips/cfe.ld
index cfbecdc5e..116f54f16 100644
--- a/libgloss/mips/cfe.ld
+++ b/libgloss/mips/cfe.ld
@@ -115,7 +115,7 @@ SECTIONS
.sdata : {
*(.sdata)
*(.sdata.*)
- *(.gnu.linkonce.s*)
+ *(.gnu.linkonce.s.*)
}
. = ALIGN(4);
PROVIDE (edata = .);
@@ -123,6 +123,8 @@ SECTIONS
_fbss = .;
.sbss : {
*(.sbss)
+ *(.sbss.*)
+ *(.gnu.linkonce.sb.*)
*(.scommon)
}
.bss : {