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:
authorDJ Delorie <dj@redhat.com>2012-08-31 01:08:14 +0400
committerDJ Delorie <dj@redhat.com>2012-08-31 01:08:14 +0400
commit44c61e4a6314899246616c5221a950b95d1f1776 (patch)
tree6c01e817c91423081fd3d6f2a26df263d3f9ba96 /libgloss/rx
parent6f0e9c73f1c85246e8af85e747037b90c6d8694c (diff)
* rx/rx.ld: Add W_* sections to .rodata.
* rx/rx-sim.ld: Likewise.
Diffstat (limited to 'libgloss/rx')
-rw-r--r--libgloss/rx/rx-sim.ld2
-rw-r--r--libgloss/rx/rx.ld2
2 files changed, 2 insertions, 2 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))
diff --git a/libgloss/rx/rx.ld b/libgloss/rx/rx.ld
index 234fdf247..7aa263acc 100644
--- a/libgloss/rx/rx.ld
+++ b/libgloss/rx/rx.ld
@@ -68,7 +68,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))