2002-01-29 Chris Demetriou <cgd@broadcom.com>
[deliverable/binutils-gdb.git] / ld / genscripts.sh
index cb4e20dd26b6a45c32ab53dc777d0f29a1afc612..501a68c8b9a5b6bb53a26dfa0080be2a7f346a07 100755 (executable)
@@ -150,7 +150,7 @@ if test -n "$GENERATE_COMBRELOC_SCRIPT"; then
   DATA_ALIGNMENT=${DATA_ALIGNMENT_c-${DATA_ALIGNMENT_}}
   LD_FLAG=c
   COMBRELOC=ldscripts/${EMULATION_NAME}.xc.tmp
-  ( echo "'/* Script for -z combreloc: combine and sort reloc sections */"
+  ( echo "/* Script for -z combreloc: combine and sort reloc sections */"
     . ${srcdir}/emulparams/${EMULATION_NAME}.sh
     . ${srcdir}/scripttempl/${SCRIPT_NAME}.sc
   ) | sed -e '/^ *$/d;s/[      ]*$//' > ldscripts/${EMULATION_NAME}.xc
This page took 0.02303 seconds and 4 git commands to generate.