aboutsummaryrefslogtreecommitdiff
path: root/ld/scripttempl/mcorepe.sc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-05-07 07:34:06 +0000
committerNick Clifton <nickc@redhat.com>1999-05-07 07:34:06 +0000
commitbb3596ae846782b2d704e0eafb3e2f822d60eb81 (patch)
treeaadb60bf5e18a1173b333f2bbb66bbe37ca8eae3 /ld/scripttempl/mcorepe.sc
parent09a3f5d4e3b7c25b41da26b7c2f20ac724ca4f98 (diff)
downloadgdb-bb3596ae846782b2d704e0eafb3e2f822d60eb81.zip
gdb-bb3596ae846782b2d704e0eafb3e2f822d60eb81.tar.gz
gdb-bb3596ae846782b2d704e0eafb3e2f822d60eb81.tar.bz2
fix output format.
Diffstat (limited to 'ld/scripttempl/mcorepe.sc')
-rw-r--r--ld/scripttempl/mcorepe.sc7
1 files changed, 3 insertions, 4 deletions
diff --git a/ld/scripttempl/mcorepe.sc b/ld/scripttempl/mcorepe.sc
index 8111bf2..b971338 100644
--- a/ld/scripttempl/mcorepe.sc
+++ b/ld/scripttempl/mcorepe.sc
@@ -1,4 +1,4 @@
-# Linker script for PE.
+# Linker script for MCore PE.
if test -z "${RELOCATEABLE_OUTPUT_FORMAT}"; then
RELOCATEABLE_OUTPUT_FORMAT=${OUTPUT_FORMAT}
@@ -36,9 +36,8 @@ else
fi
cat <<EOF
-${RELOCATING+OUTPUT_FORMAT(${OUTPUT_FORMAT})}
-${RELOCATING-OUTPUT_FORMAT(${RELOCATEABLE_OUTPUT_FORMAT})}
-
+${RELOCATING+OUTPUT_FORMAT("${OUTPUT_FORMAT}", "${BIG_OUTPUT_FORMAT}",
+ "${LITTLE_OUTPUT_FORMAT}")}
${LIB_SEARCH_DIRS}
ENTRY(_mainCRTStartup)