From 7782f9fca08a5a4244ce5d894c7a0953c1074d82 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 1 Jul 1999 21:53:17 +0000 Subject: Modified to provide symbols with and without leading underscore in order to support a.out and ELF. --- c/src/lib/libbsp/sparc/erc32/startup/linkcmds | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c') 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 { -- cgit v1.2.3