diff options
Diffstat (limited to 'libgloss/rl78/rl78.ld')
-rw-r--r-- | libgloss/rl78/rl78.ld | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgloss/rl78/rl78.ld b/libgloss/rl78/rl78.ld index 271104af2..0485bc680 100644 --- a/libgloss/rl78/rl78.ld +++ b/libgloss/rl78/rl78.ld @@ -218,6 +218,9 @@ SECTIONS /* The rest are all not normally part of the runtime image. */ + /* The rest are all not normally part of the runtime image. */ + PROVIDE (__rl78_abs__ = 0); + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } |