summaryrefslogtreecommitdiff
path: root/ld/scripttempl/ip2k.sc
diff options
context:
space:
mode:
Diffstat (limited to 'ld/scripttempl/ip2k.sc')
-rw-r--r--ld/scripttempl/ip2k.sc11
1 files changed, 2 insertions, 9 deletions
diff --git a/ld/scripttempl/ip2k.sc b/ld/scripttempl/ip2k.sc
index 5e78132e1bf..89a2f1639e7 100644
--- a/ld/scripttempl/ip2k.sc
+++ b/ld/scripttempl/ip2k.sc
@@ -135,17 +135,10 @@ SECTIONS
/* Stack. */
PROVIDE (__stack = 0x01000FFF);
- /* 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