summaryrefslogtreecommitdiff
path: root/ld/scripttempl/mcorepe.sc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-08-11 09:21:38 +0000
committerNick Clifton <nickc@redhat.com>1999-08-11 09:21:38 +0000
commit0811443ae790187cc4efcebc9c1eca1295edc9e0 (patch)
treef69ecbb784566be4394097567284c78612b93f9c /ld/scripttempl/mcorepe.sc
parent2f1386ccf7165a07e36f0892cbed76dd2eac9b43 (diff)
downloadbinutils-gdb-0811443ae790187cc4efcebc9c1eca1295edc9e0.tar.gz
Fix typo in defintion of OUTPUT_FORMAT.
Diffstat (limited to 'ld/scripttempl/mcorepe.sc')
-rw-r--r--ld/scripttempl/mcorepe.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/mcorepe.sc b/ld/scripttempl/mcorepe.sc
index 65f770cabfa..6f928aadd2d 100644
--- a/ld/scripttempl/mcorepe.sc
+++ b/ld/scripttempl/mcorepe.sc
@@ -40,7 +40,7 @@ if test "$RELOCATING"; then
# because bash 2.x will lose the doublequotes.
cat <<EOF
OUTPUT_FORMAT("${OUTPUT_FORMAT}", "${BIG_OUTPUT_FORMAT}",
- "${LITTLE_OUTPUT_FORMAT}")}
+ "${LITTLE_OUTPUT_FORMAT}")
EOF
fi