projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09a3f5d
)
fix output format.
author
Nick Clifton
<nickc@redhat.com>
Fri, 7 May 1999 07:34:06 +0000
(07:34 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Fri, 7 May 1999 07:34:06 +0000
(07:34 +0000)
ld/scripttempl/mcorepe.sc
patch
|
blob
|
history
diff --git
a/ld/scripttempl/mcorepe.sc
b/ld/scripttempl/mcorepe.sc
index 8111bf211ee971074a9e79165f2c505ad99022f1..b9713388fa6284445bdb5922b8204c0c992f7a98 100644
(file)
--- 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)