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

* include/bsp.h, startup/init68360.c: Correct type of symbols from
	linkcmds to compile with gcc 4.x.
This commit is contained in:
Joel Sherrill
2005-02-12 01:35:32 +00:00
parent 8c46a69037
commit c95013a0db
3 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2005-02-11 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h, startup/init68360.c: Correct type of symbols from
linkcmds to compile with gcc 4.x.
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.

View File

@@ -110,7 +110,8 @@ m68k_isr_entry set_vector(
/*
* Values assigned by link editor
*/
extern void *_RomBase, *_RamBase;
extern char _RamBase[];
extern char _HeapSize[];
/*
* Definitions for Atlas Computer Equipment Inc. High Speed Bridge (HSB)

View File

@@ -38,6 +38,7 @@ void _Init68360 (void)
m68k_isr_entry *vbr;
unsigned long ramSize;
extern void _CopyDataClearBSSAndStart (unsigned long ramSize);
extern char _RamBase[];
#if (defined (__mc68040__))
/*