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/rx')
-rw-r--r--libgloss/rx/rx-sim.ld1
-rw-r--r--libgloss/rx/rx.ld1
2 files changed, 2 insertions, 0 deletions
diff --git a/libgloss/rx/rx-sim.ld b/libgloss/rx/rx-sim.ld
index b50a7a8ad..e029e0469 100644
--- a/libgloss/rx/rx-sim.ld
+++ b/libgloss/rx/rx-sim.ld
@@ -144,6 +144,7 @@ SECTIONS
. = ALIGN(4);
PROVIDE (__bssstart = .);
*(.dynbss)
+ *(.sbss .sbss.*)
*(.bss B B_2 B_1 .bss.* .gnu.linkonce.b.*)
. = ALIGN(4);
*(COMMON)
diff --git a/libgloss/rx/rx.ld b/libgloss/rx/rx.ld
index 30898abf4..234fdf247 100644
--- a/libgloss/rx/rx.ld
+++ b/libgloss/rx/rx.ld
@@ -148,6 +148,7 @@ SECTIONS
. = ALIGN(4);
PROVIDE (__bssstart = .);
*(.dynbss)
+ *(.sbss .sbss.*)
*(.bss B B_2 B_1 .bss.* .gnu.linkonce.b.*)
. = ALIGN(4);
*(COMMON)