From e24d7c123d286e71302ded2b5ca4942accb6684b Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 5 Oct 2001 16:40:23 +0000 Subject: [PATCH] 2001-10-05 H.J. Lu * genscripts.sh: Fix a typo in the last change. --- ld/ChangeLog | 4 ++++ ld/genscripts.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ld/ChangeLog b/ld/ChangeLog index 64e4b54..46cfa7f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2001-10-05 H.J. Lu + + * genscripts.sh: Fix a typo in the last change. + 2001-10-05 Jakub Jelinek * emultempl/elf32.em (gld_*_list_options): Include -z combreloc and diff --git a/ld/genscripts.sh b/ld/genscripts.sh index cb4e20d..501a68c 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 -- 2.7.4