Add --enable-linker-version option to bfd linker to add an entry in the .comment...
[binutils-gdb.git] / ld / scripttempl / mep.sc
index 77892cb38311f41ebe865b356d397cf0124a1591..1a0252d907340255998b53bbeb260668958cb374 100644 (file)
@@ -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