forked from Imagelibrary/rtems
2005-02-11 Joel Sherrill <joel@OARcorp.com>
* include/bsp.h: 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: 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.
|
||||
|
||||
@@ -203,11 +203,6 @@ m68k_isr_entry set_vector(
|
||||
int type
|
||||
);
|
||||
|
||||
/*
|
||||
* Values assigned by link editor
|
||||
*/
|
||||
extern void *_RomBase, *_RamBase;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2005-02-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h: 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.
|
||||
|
||||
@@ -94,11 +94,6 @@ m68k_isr_entry set_vector(
|
||||
int type
|
||||
);
|
||||
|
||||
/*
|
||||
* Values assigned by link editor
|
||||
*/
|
||||
extern void *_RomBase, *_RamBase;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2005-02-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* include/bsp.h: Correct type of symbols from linkcmds to compile with
|
||||
gcc 4.x.
|
||||
|
||||
2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* tod/todcfg.c: size_t RTC_Count.
|
||||
|
||||
@@ -222,11 +222,6 @@ m68k_isr_entry set_vector(
|
||||
int type
|
||||
);
|
||||
|
||||
/*
|
||||
* Values assigned by link editor
|
||||
*/
|
||||
extern void *_RomBase, *_RamBase;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user