mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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:
@@ -1,3 +1,8 @@
|
||||
2005-02-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* m68kpretaskinghook.c: Correct type of symbols from linkcmds to
|
||||
compile with gcc 4.x.
|
||||
|
||||
2005-01-28 Eric Norum <norume@aps.anl.gov>
|
||||
|
||||
* m68kpretaskinghook.c: Work around agressive optimizing compilers.
|
||||
|
||||
@@ -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