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/rx-sim.ld')
-rw-r--r--libgloss/rx/rx-sim.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/rx/rx-sim.ld b/libgloss/rx/rx-sim.ld
index e029e0469..4acc6cb87 100644
--- a/libgloss/rx/rx-sim.ld
+++ b/libgloss/rx/rx-sim.ld
@@ -66,7 +66,7 @@ SECTIONS
.rodata : {
. = ALIGN(4);
*(.plt)
- *(.rodata C C_2 C_1 .rodata.* .gnu.linkonce.r.*)
+ *(.rodata C C_2 C_1 W W_2 W_1 .rodata.* .gnu.linkonce.r.*)
*(.rodata1)
*(.eh_frame_hdr)
KEEP (*(.eh_frame))