summaryrefslogtreecommitdiffstats
path: root/ld/scripttempl/DWARF.sc
diff options
context:
space:
mode:
Diffstat (limited to 'ld/scripttempl/DWARF.sc')
-rw-r--r--ld/scripttempl/DWARF.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/DWARF.sc b/ld/scripttempl/DWARF.sc
index 008a9a15d8..89ff9192f0 100644
--- a/ld/scripttempl/DWARF.sc
+++ b/ld/scripttempl/DWARF.sc
@@ -18,7 +18,7 @@ cat <<EOF
/* DWARF 2 */
.debug_info 0 : { *(.debug_info${RELOCATING+ .gnu.linkonce.wi.*}) }
.debug_abbrev 0 : { *(.debug_abbrev) }
- .debug_line 0 : { *(.debug_line) }
+ .debug_line 0 : { *(.debug_line .debug_line.* .debug_line_end ) }
.debug_frame 0 : { *(.debug_frame) }
.debug_str 0 : { *(.debug_str) }
.debug_loc 0 : { *(.debug_loc) }
OpenPOWER on IntegriCloud