summaryrefslogtreecommitdiff
path: root/ld/scripttempl/mep.sc
diff options
context:
space:
mode:
Diffstat (limited to 'ld/scripttempl/mep.sc')
-rw-r--r--ld/scripttempl/mep.sc12
1 files changed, 2 insertions, 10 deletions
diff --git a/ld/scripttempl/mep.sc b/ld/scripttempl/mep.sc
index 77892cb3831..1a0252d9073 100644
--- a/ld/scripttempl/mep.sc
+++ b/ld/scripttempl/mep.sc
@@ -406,18 +406,10 @@ cat <<EOF
${RELOCATING+PROVIDE (end = .);}
${RELOCATING+${DATA_SEGMENT_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) }
-
EOF
+. $srcdir/scripttempl/misc-sections.sc
+
. $srcdir/scripttempl/DWARF.sc
cat <<EOF