aboutsummaryrefslogtreecommitdiff
path: root/libgloss/mn10300
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/mn10300')
-rw-r--r--libgloss/mn10300/sim.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/mn10300/sim.ld b/libgloss/mn10300/sim.ld
index 6824cdd..0bfa278 100644
--- a/libgloss/mn10300/sim.ld
+++ b/libgloss/mn10300/sim.ld
@@ -13,7 +13,7 @@ SECTIONS
{
/* Read-only sections, merged into text segment: */
/* Start of RAM (leaving room for Cygmon data) */
- . = 0;
+ . = 4;
.interp : { *(.interp) }
.hash : { *(.hash) }