|
@@ -85,19 +85,9 @@ SECTIONS
|
|
}
|
|
}
|
|
_end = . ;
|
|
_end = . ;
|
|
PROVIDE (end = .);
|
|
PROVIDE (end = .);
|
|
- /* Stabs debugging sections. */
|
|
|
|
- .stab 0 : { *(.stab) }
|
|
|
|
- .stabstr 0 : { *(.stabstr) }
|
|
|
|
- .stab.excl 0 : { *(.stab.excl) }
|
|
|
|
- .stab.exclstr 0 : { *(.stab.exclstr) }
|
|
|
|
- .stab.index 0 : { *(.stab.index) }
|
|
|
|
- .stab.indexstr 0 : { *(.stab.indexstr) }
|
|
|
|
- .comment 0 : { *(.comment) }
|
|
|
|
- .debug 0 : { *(.debug) }
|
|
|
|
- .debug_srcinfo 0 : { *(.debug_srcinfo) }
|
|
|
|
- .debug_aranges 0 : { *(.debug_aranges) }
|
|
|
|
- .debug_pubnames 0 : { *(.debug_pubnames) }
|
|
|
|
- .debug_sfnames 0 : { *(.debug_sfnames) }
|
|
|
|
- .line 0 : { *(.line) }
|
|
|
|
/DISCARD/ : { *(.exit.text) *(.exit.data) *(.exitcall.exit) }
|
|
/DISCARD/ : { *(.exit.text) *(.exit.data) *(.exitcall.exit) }
|
|
|
|
+
|
|
|
|
+ STABS_DEBUG
|
|
|
|
+
|
|
|
|
+ DWARF_DEBUG
|
|
}
|
|
}
|