2005-03-11 Joel Sherrill <joel@OARcorp.com>

* startup/init68360.c: Add _RomBase declaration.
This commit is contained in:
Joel Sherrill
2005-03-11 20:06:37 +00:00
parent 3b9564a6dc
commit b3e3a5fd9c
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2005-03-11 Joel Sherrill <joel@OARcorp.com>
* startup/init68360.c: Add _RomBase declaration.
2005-02-11 Joel Sherrill <joel@OARcorp.com> 2005-02-11 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h, startup/init68360.c: Correct type of symbols from * include/bsp.h, startup/init68360.c: Correct type of symbols from

View File

@@ -39,6 +39,7 @@ void _Init68360 (void)
unsigned long ramSize; unsigned long ramSize;
extern void _CopyDataClearBSSAndStart (unsigned long ramSize); extern void _CopyDataClearBSSAndStart (unsigned long ramSize);
extern char _RamBase[]; extern char _RamBase[];
extern void *_RomBase; /* From linkcmds */
#if (defined (__mc68040__)) #if (defined (__mc68040__))
/* /*