summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2001-10-05 16:40:23 +0000
committerH.J. Lu <hjl.tools@gmail.com>2001-10-05 16:40:23 +0000
commite24d7c123d286e71302ded2b5ca4942accb6684b (patch)
treee7c804742d89a3629eb840256eb4ff35765f4c1a
parentec38dd05480823afb15108d1bfcf875e91723392 (diff)
downloadbinutils-gdb-e24d7c123d286e71302ded2b5ca4942accb6684b.tar.gz
2001-10-05 H.J. Lu <hjl@gnu.org>
* genscripts.sh: Fix a typo in the last change.
-rw-r--r--ld/ChangeLog4
-rwxr-xr-xld/genscripts.sh2
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 64e4b542240..46cfa7f4b43 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-05 H.J. Lu <hjl@gnu.org>
+
+ * genscripts.sh: Fix a typo in the last change.
+
2001-10-05 Jakub Jelinek <jakub@redhat.com>
* emultempl/elf32.em (gld_*_list_options): Include -z combreloc and
diff --git a/ld/genscripts.sh b/ld/genscripts.sh
index cb4e20dd26b..501a68c8b9a 100755
--- a/ld/genscripts.sh
+++ b/ld/genscripts.sh
@@ -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