diff options
Diffstat (limited to 'ld/scripttempl/v850.sc')
-rw-r--r-- | ld/scripttempl/v850.sc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/scripttempl/v850.sc b/ld/scripttempl/v850.sc index d8a873e..ef6c92e 100644 --- a/ld/scripttempl/v850.sc +++ b/ld/scripttempl/v850.sc @@ -194,6 +194,8 @@ SECTIONS ${RELOCATING+PROVIDE (end = .);} ${RELOCATING+PROVIDE (_heap_start = .);} + .note.renesas 0 : { KEEP(*(.note.renesas)) } + /* Stabs debugging sections. */ .stab 0 : { *(.stab) } .stabstr 0 : { *(.stabstr) } |