forked from Imagelibrary/rtems
2005-02-11 Joel Sherrill <joel@OARcorp.com>
* m68kpretaskinghook.c: Correct type of symbols from linkcmds to compile with gcc 4.x.
This commit is contained in:
@@ -34,9 +34,9 @@
|
||||
extern void bsp_libc_init( void *, unsigned long, int );
|
||||
extern rtems_configuration_table BSP_Configuration;
|
||||
|
||||
extern char _RamBase[];
|
||||
extern char _WorkspaceBase[];
|
||||
extern char _HeapSize[];
|
||||
extern char _RamBase[];
|
||||
extern char _WorkspaceBase[];
|
||||
extern char _HeapSize[];
|
||||
|
||||
unsigned long _M68k_Ramsize;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user