From d03b89bdb6d21fa717f1c637b8d70dd03d59a6d5 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Sun, 16 Dec 2001 12:23:01 +0000 Subject: * scripttempl/mmo.sc: Add .debug_ranges to listed sections. --- ld/scripttempl/mmo.sc | 1 + 1 file changed, 1 insertion(+) (limited to 'ld/scripttempl/mmo.sc') diff --git a/ld/scripttempl/mmo.sc b/ld/scripttempl/mmo.sc index 9155f80..5b9ef85 100644 --- a/ld/scripttempl/mmo.sc +++ b/ld/scripttempl/mmo.sc @@ -72,6 +72,7 @@ SECTIONS .debug_str 0 : { *(.debug_str) } .debug_loc 0 : { *(.debug_loc) } .debug_macinfo 0 : { *(.debug_macinfo) } + .debug_ranges 0 : { *(.debug_ranges) } .data ${RELOCATING+ ${DATA_ADDR}}: { -- cgit v1.1