@@ -127,38 +127,4 @@ SECTIONS
127127 PROVIDE (__bss_start__ = __bss_start);
128128 PROVIDE (__bss_end__ = __bss_end);
129129 PROVIDE (__StackTop = _estack);
130-
131- /* Stabs debugging sections. */
132- .stab 0 : { *(.stab ) }
133- .stabstr 0 : { *(.stabstr ) }
134- .stab .excl 0 : { *(.stab .excl ) }
135- .stab .exclstr 0 : { *(.stab .exclstr ) }
136- .stab .index 0 : { *(.stab .index ) }
137- .stab .indexstr 0 : { *(.stab .indexstr ) }
138- .comment 0 : { *(.comment ) }
139- /* DWARF debug sections.
140- * Symbols in the DWARF debugging sections are relative to the beginning
141- * of the section so we begin them at 0. */
142- /* DWARF 1 */
143- .debug 0 : { *(.debug ) }
144- .line 0 : { *(.line ) }
145- /* GNU DWARF 1 extensions */
146- .debug_srcinfo 0 : { *(.debug_srcinfo ) }
147- .debug_sfnames 0 : { *(.debug_sfnames ) }
148- /* DWARF 1.1 and DWARF 2 */
149- .debug_aranges 0 : { *(.debug_aranges ) }
150- .debug_pubnames 0 : { *(.debug_pubnames ) }
151- /* DWARF 2 */
152- .debug_info 0 : { *(.debug_info .gnu .linkonce .wi .*) }
153- .debug_abbrev 0 : { *(.debug_abbrev ) }
154- .debug_line 0 : { *(.debug_line ) }
155- .debug_frame 0 : { *(.debug_frame ) }
156- .debug_str 0 : { *(.debug_str ) }
157- .debug_loc 0 : { *(.debug_loc ) }
158- .debug_macinfo 0 : { *(.debug_macinfo ) }
159- /* SGI/MIPS DWARF 2 extensions */
160- .debug_weaknames 0 : { *(.debug_weaknames ) }
161- .debug_funcnames 0 : { *(.debug_funcnames ) }
162- .debug_typenames 0 : { *(.debug_typenames ) }
163- .debug_varnames 0 : { *(.debug_varnames ) }
164130}
0 commit comments