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:
authorNick Clifton <nickc@redhat.com>2003-04-23 21:54:00 +0400
committerNick Clifton <nickc@redhat.com>2003-04-23 21:54:00 +0400
commit5ee50240760867e5907468d932f898ba1cd8a41f (patch)
tree1ad58016a1472ee03d7eb7523bb7e0330dcd6210 /libgloss/xstormy16/eva_stub.ld
parent5f92bef8a8193a3b9a089f39da768cbcd3b40df5 (diff)
Handle the simulation of programs that load with data in ROM which needs to be
copied into RAM before execution starts.
Diffstat (limited to 'libgloss/xstormy16/eva_stub.ld')
-rw-r--r--libgloss/xstormy16/eva_stub.ld2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgloss/xstormy16/eva_stub.ld b/libgloss/xstormy16/eva_stub.ld
index cc46734ea..725e623cb 100644
--- a/libgloss/xstormy16/eva_stub.ld
+++ b/libgloss/xstormy16/eva_stub.ld
@@ -78,6 +78,8 @@ SECTIONS
PROVIDE (etext = .);
.data :
{
+ __data = .;
+ __rdata = .;
*(.data)
*(.data.*)
*(.gnu.linkonce.d.*)