summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/c4x/c4xsim/startup/linkcmds
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-22 20:39:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-22 20:39:48 +0000
commitfe7416352b683bc515ee113e2b6776ded0c83abd (patch)
treed2b08822a6fb302d0a533db9e2a4d6c29bd95246 /c/src/lib/libbsp/c4x/c4xsim/startup/linkcmds
parent2000-09-22 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-fe7416352b683bc515ee113e2b6776ded0c83abd.tar.bz2
2000-09-22 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Use default object format to avoid name changes in object format due to tool version changes.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/c4x/c4xsim/startup/linkcmds2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/c4x/c4xsim/startup/linkcmds b/c/src/lib/libbsp/c4x/c4xsim/startup/linkcmds
index 87f46ad7af..279fa333a1 100644
--- a/c/src/lib/libbsp/c4x/c4xsim/startup/linkcmds
+++ b/c/src/lib/libbsp/c4x/c4xsim/startup/linkcmds
@@ -1,4 +1,4 @@
-OUTPUT_FORMAT("coff-c4x")
+/* OUTPUT_FORMAT("coff-c4x") */
__SYSMEM_SIZE = DEFINED(__SYSMEM_SIZE) ? __SYSMEM_SIZE : 0x4000;
__STACK_SIZE = DEFINED(__STACK_SIZE) ? __STACK_SIZE : 0x1000;
__HeapSize = DEFINED(__HeapSize) ? __HeapSize : 0x10000;