diff options
Diffstat (limited to 'libgloss/xstormy16/sim_rom.ld')
-rw-r--r-- | libgloss/xstormy16/sim_rom.ld | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgloss/xstormy16/sim_rom.ld b/libgloss/xstormy16/sim_rom.ld index c8f5a8d16..e7ef6fb89 100644 --- a/libgloss/xstormy16/sim_rom.ld +++ b/libgloss/xstormy16/sim_rom.ld @@ -129,6 +129,7 @@ SECTIONS .debug_str 0 : { *(.debug_str) } .debug_loc 0 : { *(.debug_loc) } .debug_macinfo 0 : { *(.debug_macinfo) } + .debug_ranges 0 : { *(.debug_ranges) } /* SGI/MIPS DWARF 2 extensions */ .debug_weaknames 0 : { *(.debug_weaknames) } .debug_funcnames 0 : { *(.debug_funcnames) } |