aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/i386beos.sc
diff options
context:
space:
mode:
Diffstat (limited to 'ld/scripttempl/i386beos.sc')
-rw-r--r--ld/scripttempl/i386beos.sc7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/scripttempl/i386beos.sc b/ld/scripttempl/i386beos.sc
index 522b432..9f2d898 100644
--- a/ld/scripttempl/i386beos.sc
+++ b/ld/scripttempl/i386beos.sc
@@ -190,5 +190,12 @@ SECTIONS
.debug_funcnames 0 ${RELOCATING+(NOLOAD)} : { *(.debug_funcnames) }
.debug_typenames 0 ${RELOCATING+(NOLOAD)} : { *(.debug_typenames) }
.debug_varnames 0 ${RELOCATING+(NOLOAD)} : { *(.debug_varnames) }
+
+ /* DWARF 3 */
+ .debug_pubtypes 0 : { *(.debug_pubtypes) }
+ .debug_ranges 0 : { *(.debug_ranges) }
+
+ /* DWARF Extension. */
+ .debug_macro 0 : { *(.debug_macro) }
}
EOF