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/ddb-kseg0.ld')
-rw-r--r--libgloss/mips/ddb-kseg0.ld4
1 files changed, 3 insertions, 1 deletions
diff --git a/libgloss/mips/ddb-kseg0.ld b/libgloss/mips/ddb-kseg0.ld
index d9fec5a20..4dd7d70b6 100644
--- a/libgloss/mips/ddb-kseg0.ld
+++ b/libgloss/mips/ddb-kseg0.ld
@@ -109,7 +109,7 @@ SECTIONS
.sdata : {
*(.sdata)
*(.sdata.*)
- *(.gnu.linkonce.s*)
+ *(.gnu.linkonce.s.*)
}
. = ALIGN(4);
edata = .;
@@ -117,6 +117,8 @@ SECTIONS
_fbss = .;
.sbss : {
*(.sbss)
+ *(.sbss.*)
+ *(.gnu.linkonce.sb.*)
*(.scommon)
}
.bss : {