* scripttempl/mmo.sc: Add .debug_ranges to listed sections.
[deliverable/binutils-gdb.git] / ld / scripttempl / mmo.sc
index 9155f8030f27bad3e48ce08641898f705066ff08..5b9ef853226be90bdb0547b58612a12b1abf79f1 100644 (file)
@@ -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}}:
   {
This page took 0.024285 seconds and 4 git commands to generate.