summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-01 21:53:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-07-01 21:53:17 +0000
commit7782f9fca08a5a4244ce5d894c7a0953c1074d82 (patch)
treec40cf87a314af2b45931af87d0aec3101c7869ec
parentModified to support ELF. Before SYM() macro was not used consistently. (diff)
downloadrtems-7782f9fca08a5a4244ce5d894c7a0953c1074d82.tar.bz2
Modified to provide symbols with and without leading underscore in order
to support a.out and ELF.
-rw-r--r--c/src/lib/libbsp/sparc/erc32/startup/linkcmds2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/erc32/startup/linkcmds b/c/src/lib/libbsp/sparc/erc32/startup/linkcmds
index d1f39fa47d..e1d021e8cf 100644
--- a/c/src/lib/libbsp/sparc/erc32/startup/linkcmds
+++ b/c/src/lib/libbsp/sparc/erc32/startup/linkcmds
@@ -53,6 +53,7 @@ _RAM_SIZE = 2M;
_RAM_START = 0x02000000;
_RAM_END = _RAM_START + _RAM_SIZE;
+RAM_END = _RAM_END;
_PROM_START = 0x00000000;
_PROM_END = _PROM_START + _PROM_SIZE;
@@ -62,6 +63,7 @@ _PROM_END = _PROM_START + _PROM_SIZE;
*/
_ERC32_MEC = 0x01f80000;
+ERC32_MEC = 0x01f80000;
MEMORY
{