diff --git a/fx9860g.ld b/fx9860g.ld index f005adf..accaa19 100644 --- a/fx9860g.ld +++ b/fx9860g.ld @@ -225,10 +225,6 @@ SECTIONS */ /DISCARD/ : { - /* Debug sections (often from libgcc) */ - *(.debug_info .debug_abbrev .debug_loc .debug_aranges - .debug_ranges .debug_line .debug_str .debug_frame - .debug_loclists .debug_rnglists) /* Java class registration (why are they even here?!) */ *(.jcr) /* Asynchronous unwind tables: no C++ exception handling */ diff --git a/fxcg50.ld b/fxcg50.ld index 4d26116..0f986af 100644 --- a/fxcg50.ld +++ b/fxcg50.ld @@ -176,10 +176,6 @@ SECTIONS /DISCARD/ : { /* SH3-only data sections */ *(.gint.data.sh3 .gint.bss.sh3) - /* Debug sections (often from libgcc) */ - *(.debug_info .debug_abbrev .debug_loc .debug_aranges - .debug_ranges .debug_line .debug_str .debug_frame - .debug_loclists .debug_rnglists) /* Java class registration (why are they even here?!) */ *(.jcr) /* Asynchronous unwind tables: no C++ exception handling */