Modified to provide symbols with and without leading underscore in order

to support a.out and ELF.
This commit is contained in:
Joel Sherrill
1999-07-01 21:53:17 +00:00
parent e2ba0af670
commit 7782f9fca0

View File

@@ -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
{