forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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__))
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user