diff options
Diffstat (limited to 'libgloss/rl78/rl78-sim.ld')
-rw-r--r-- | libgloss/rl78/rl78-sim.ld | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgloss/rl78/rl78-sim.ld b/libgloss/rl78/rl78-sim.ld index 49442d11e..dece2c6bc 100644 --- a/libgloss/rl78/rl78-sim.ld +++ b/libgloss/rl78/rl78-sim.ld @@ -217,6 +217,7 @@ SECTIONS } > ROM /* The rest are all not normally part of the runtime image. */ + PROVIDE (__rl78_abs__ = 0); /* Stabs debugging sections. */ .stab 0 : { *(.stab) } |