* scripttempl/alphavms.sc: Add .debug_macro section.
[deliverable/binutils-gdb.git] / ld / scripttempl / mmo.sc
index a70b312d0dcebc39b9473969406c334ad6457aee..38a5b4a380f70bbd735cd9d3bc471d921c37ed18 100644 (file)
@@ -80,6 +80,13 @@ SECTIONS
   .debug_macinfo  0 : { *(.debug_macinfo) }
   .debug_ranges   0 : { *(.debug_ranges) }
 
+  /* DWARF 3 */
+  .debug_pubtypes 0 : { *(.debug_pubtypes) }
+  .debug_ranges   0 : { *(.debug_ranges) }
+
+  /* DWARF Extension.  */
+  .debug_macro    0 : { *(.debug_macro) } 
+
   .data ${RELOCATING+ ${DATA_ADDR}}:
   {
     ${RELOCATING+ PROVIDE(__Sdata = .);}
This page took 0.042244 seconds and 4 git commands to generate.