aboutsummaryrefslogtreecommitdiff
path: root/libgloss/xstormy16/sim_high.ld
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 3c740e2..abeb01f 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.*)