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/xstormy16/sim_high.ld')
-rw-r--r--libgloss/xstormy16/sim_high.ld2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgloss/xstormy16/sim_high.ld b/libgloss/xstormy16/sim_high.ld
index 3c740e277..abeb01f3c 100644
--- a/libgloss/xstormy16/sim_high.ld
+++ b/libgloss/xstormy16/sim_high.ld
@@ -17,6 +17,8 @@ SECTIONS
{
.data :
{
+ __data = .;
+ __rdata = .;
*(.data)
*(.data.*)
*(.gnu.linkonce.d.*)